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