The members of System.Security.Permissions.RegistryPermissionAttribute are listed below.
See Also: Inherited members from System.Security.Permissions.CodeAccessSecurityAttribute
Initializes a new instance of the System.Security.Permissions.RegistryPermissionAttribute class with the specified System.Security.Permissions.SecurityAction. |
All | string.
Gets or sets full access for the specified registry keys. | |
ChangeAccessControl | string.
Gets or sets change access control for the specified registry keys. | |
Create | string.
Gets or sets create-level access for the specified registry keys. | |
Read | string.
Gets or sets read access for the specified registry keys. | |
ViewAccessControl | string.
Gets or sets view access control for the specified registry keys. | |
ViewAndModify | string.
Gets or sets a specified set of registry keys that can be viewed and modified. | |
Write | string.
Gets or sets write access for the specified registry keys. |
override | CreatePermission()
|