1 instantiation of SemaphoreAuditRule
System (1)
sys\system\security\accesscontrol\semaphoresecurity.cs (1)
159return new SemaphoreAuditRule(identityReference, accessMask, isInherited, inheritanceFlags, propagationFlags, flags);
6 references to SemaphoreAuditRule
System (6)
sys\system\security\accesscontrol\semaphoresecurity.cs (6)
227public void AddAuditRule(SemaphoreAuditRule rule) 232public void SetAuditRule(SemaphoreAuditRule rule) 237public bool RemoveAuditRule(SemaphoreAuditRule rule) 242public void RemoveAuditRuleAll(SemaphoreAuditRule rule) 247public void RemoveAuditRuleSpecific(SemaphoreAuditRule rule) 264get { return typeof(SemaphoreAuditRule); }