CryptoKeyRights Enumeration
.NET Framework 2.0
Note: This enumeration is new in the .NET Framework version 2.0.
Specifies the cryptographic key operation for which an authorization rule controls access or auditing.
Assembly: mscorlib (in mscorlib.dll)
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 | |
|---|---|---|
| ChangePermissions | Change permissions for the key. | |
| Delete | Delete the key. | |
| FullControl | Full control of the key. | |
| GenericAll | ||
| GenericExecute | ||
| GenericRead | ||
| GenericWrite | ||
| ReadAttributes | Read attributes of the key. | |
| ReadData | Read the key data. | |
| ReadExtendedAttributes | Read extended attributes of the key. | |
| ReadPermissions | Read permissions for the key. | |
| Synchronize | Use the key for synchronization. | |
| TakeOwnership | Take ownership of the key. | |
| WriteAttributes | Write attributes of the key. | |
| WriteData | Write key data. | |
| WriteExtendedAttributes | Write extended attributes of the key. |
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Community Additions
ADD
Show: