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