12 ReadExtendedAttributes = 0x8,
14 WriteExtendedAttributes = 0x10,
16 ReadAttributes = 0x80,
18 WriteAttributes = 0x100,
22 ReadPermissions = 0x20000,
24 ChangePermissions = 0x40000,
26 TakeOwnership = 0x80000,
28 Synchronize = 0x100000,
30 FullControl = 0x1F019B,
CryptoKeyRights
Specifies the cryptographic key operation for which an authorization rule controls access or auditing...
A combination of F:System.Security.AccessControl.CryptoKeyRights.GenericRead and F:System....
Read the key data, extended attributes of the key, attributes of the key, and permissions for the key...
Write the key data, extended attributes of the key, attributes of the key, and permissions for the ke...