CryptoKeyRights Enumeration
.NET Framework 3.0
Specifies the cryptographic key operation for which an authorization rule controls access or auditing.
Namespace: System.Security.AccessControl
Assembly: mscorlib (in mscorlib.dll)
Assembly: 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 Server 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 Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: