The RegistryPermissionAccess is to be used with the RegistryPermission object. It is used to specify what type of access is being requested.
[Visual Basic] Public Enum RegistryPermissionAccess [C#] public enum RegistryPermissionAccess [C++] public enum RegistryPermissionAccess
[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.
Member Name | Description |
---|---|
AllAccess | Indicates Create, Read and Write access to a key or value. |
Create | Indicates Create access on a key or value. |
NoAccess | Indicates no access to either keys or values. |
Read | Indicates read access on a key or value. |
Write | Indicates write access on a key or value. |
Namespace: System.Security.Permissions
Assembly: mscorlib.dll