22 references to CryptoKeyRights
mscorlib (16)
system\security\accesscontrol\cryptokeysecurity.cs (16)
39public CryptoKeyAccessRule (IdentityReference identity, CryptoKeyRights cryptoKeyRights, AccessControlType type) 48public CryptoKeyAccessRule (string identity, CryptoKeyRights cryptoKeyRights, AccessControlType type) 67public CryptoKeyRights CryptoKeyRights { 78private static int AccessMaskFromRights (CryptoKeyRights cryptoKeyRights, AccessControlType controlType) { 80cryptoKeyRights |= CryptoKeyRights.Synchronize; 83if (cryptoKeyRights != CryptoKeyRights.FullControl) 84cryptoKeyRights &= ~CryptoKeyRights.Synchronize; 93internal static CryptoKeyRights RightsFromAccessMask(int accessMask) { 94return (CryptoKeyRights) accessMask; 100public CryptoKeyAuditRule (IdentityReference identity, CryptoKeyRights cryptoKeyRights, AuditFlags flags) 109public CryptoKeyAuditRule (string identity, CryptoKeyRights cryptoKeyRights, AuditFlags flags) 128public CryptoKeyRights CryptoKeyRights { 132private static int AccessMaskFromRights (CryptoKeyRights cryptoKeyRights) { 136internal static CryptoKeyRights RightsFromAccessMask(int accessMask) { 137return (CryptoKeyRights) accessMask; 220get { return typeof(System.Security.AccessControl.CryptoKeyRights); }
WsatConfig (3)
Configuration\WsatConfiguration.cs (3)
667(int)(keyAccessRule.CryptoKeyRights & CryptoKeyRights.GenericRead) != 0) 673CryptoKeyRights.GenericRead, 717CryptoKeyRights.GenericRead,
WsatUI (3)
Configuration\WsatConfiguration.cs (3)
667(int)(keyAccessRule.CryptoKeyRights & CryptoKeyRights.GenericRead) != 0) 673CryptoKeyRights.GenericRead, 717CryptoKeyRights.GenericRead,