Ejemplo n.º 1
0
 public sealed override AuditRule AuditRuleFactory(IdentityReference identityReference,
                                                   int accessMask,
                                                   bool isInherited,
                                                   InheritanceFlags inheritanceFlags,
                                                   PropagationFlags propagationFlags,
                                                   AuditFlags flags)
 {
     return(new CryptoKeyAuditRule(
                identityReference,
                CryptoKeyAuditRule.RightsFromAccessMask(accessMask),
                flags));
 }
Ejemplo n.º 2
0
 public void RemoveAuditRuleSpecific(CryptoKeyAuditRule rule)
 {
     base.RemoveAuditRuleSpecific(rule);
 }
Ejemplo n.º 3
0
 public void RemoveAuditRuleAll(CryptoKeyAuditRule rule)
 {
     base.RemoveAuditRuleAll(rule);
 }
Ejemplo n.º 4
0
 public bool RemoveAuditRule(CryptoKeyAuditRule rule)
 {
     return(base.RemoveAuditRule(rule));
 }
Ejemplo n.º 5
0
 public void SetAuditRule(CryptoKeyAuditRule rule)
 {
     base.SetAuditRule(rule);
 }
Ejemplo n.º 6
0
 public void AddAuditRule(CryptoKeyAuditRule rule)
 {
     base.AddAuditRule(rule);
 }