NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

RegistryPermissionAttribute Properties

The properties of the RegistryPermissionAttribute class are listed below. For a complete list of RegistryPermissionAttribute class members, see the RegistryPermissionAttribute Members topic.

Public:

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.

See Also

RegistryPermissionAttribute Class | System.Security.Permissions Namespace