1 instantiation of SemaphoreAuditRule
System.Threading.AccessControl (1)
System\Security\AccessControl\SemaphoreSecurity.cs (1)
143return new SemaphoreAuditRule(identityReference, accessMask, isInherited, inheritanceFlags, propagationFlags, flags);
7 references to SemaphoreAuditRule
System (1)
src\runtime\src\libraries\shims\System\ref\System.cs (1)
834[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.AccessControl.SemaphoreAuditRule))]
System.Threading.AccessControl (6)
System\Security\AccessControl\SemaphoreSecurity.cs (6)
211public void AddAuditRule(SemaphoreAuditRule rule) 216public void SetAuditRule(SemaphoreAuditRule rule) 221public bool RemoveAuditRule(SemaphoreAuditRule rule) 226public void RemoveAuditRuleAll(SemaphoreAuditRule rule) 231public void RemoveAuditRuleSpecific(SemaphoreAuditRule rule) 248get { return typeof(SemaphoreAuditRule); }