The properties of the RegistryPermissionAttribute class are listed below. For a complete list of RegistryPermissionAttribute class members, see the RegistryPermissionAttribute Members topic.
Action (inherited from SecurityAttribute) | Retrieves or assigns the security action that is being declared. |
All | Specifies full access for keys and values specified by the string value. |
Create | Specifies create access for keys and values specified by the string value. |
Read | Specifies read access for keys and values specified by the string value. |
Unrestricted (inherited from SecurityAttribute) | Retrieves or assigns a value indicating whether full (unrestricted) permission to the resource protected by the attribute should be declared. |
Write | Specifies write access for keys and values specified by the string value. |
RegistryPermissionAttribute Class | System.Security.Permissions Namespace