This documentation is archived and is not being maintained.
CryptoKeyRights Enumeration
Visual Studio 2010
Specifies the cryptographic key operation for which an authorization rule controls access or auditing.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: System.Security.AccessControlAssembly: mscorlib (in mscorlib.dll)
| Member name | Description | |
|---|---|---|
| ReadData | Read the key data. | |
| WriteData | Write key data. | |
| ReadExtendedAttributes | Read extended attributes of the key. | |
| WriteExtendedAttributes | Write extended attributes of the key. | |
| ReadAttributes | Read attributes of the key. | |
| WriteAttributes | Write attributes of the key. | |
| Delete | Delete the key. | |
| ReadPermissions | Read permissions for the key. | |
| ChangePermissions | Change permissions for the key. | |
| TakeOwnership | Take ownership of the key. | |
| Synchronize | Use the key for synchronization. | |
| FullControl | Full control of the key. | |
| GenericAll | A combination of GenericRead and GenericWrite. | |
| GenericExecute | Not used. | |
| GenericWrite | Write the key data, extended attributes of the key, attributes of the key, and permissions for the key. | |
| GenericRead | Read the key data, extended attributes of the key, attributes of the key, and permissions for the key. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: