This documentation is archived and is not being maintained.
CryptoKeyRights Enumeration
Visual Studio 2008
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, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: