1 instantiation of SemaphoreAuditRule
System.Threading.AccessControl (1)
System\Security\AccessControl\SemaphoreSecurity.cs (1)
143
return 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)
211
public void AddAuditRule(
SemaphoreAuditRule
rule)
216
public void SetAuditRule(
SemaphoreAuditRule
rule)
221
public bool RemoveAuditRule(
SemaphoreAuditRule
rule)
226
public void RemoveAuditRuleAll(
SemaphoreAuditRule
rule)
231
public void RemoveAuditRuleSpecific(
SemaphoreAuditRule
rule)
248
get { return typeof(
SemaphoreAuditRule
); }