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