1 instantiation of CryptoKeyAuditRule
mscorlib (1)
system\security\accesscontrol\cryptokeysecurity.cs (1)
167return new CryptoKeyAuditRule(
7 references to CryptoKeyAuditRule
mscorlib (7)
system\security\accesscontrol\cryptokeysecurity.cs (7)
169CryptoKeyAuditRule.RightsFromAccessMask(accessMask), 197public void AddAuditRule (CryptoKeyAuditRule rule) { 201public void SetAuditRule (CryptoKeyAuditRule rule) { 205public bool RemoveAuditRule (CryptoKeyAuditRule rule) { 209public void RemoveAuditRuleAll (CryptoKeyAuditRule rule) { 213public void RemoveAuditRuleSpecific (CryptoKeyAuditRule rule) { 230get { return typeof(System.Security.AccessControl.CryptoKeyAuditRule); }