3 references to SemaphoreAccessRule
System (3)
sys\system\security\accesscontrol\semaphoresecurity.cs (3)
51: this(identity, (int) eventRights, false, InheritanceFlags.None, PropagationFlags.None, type) 56: this(new NTAccount(identity), (int) eventRights, false, InheritanceFlags.None, PropagationFlags.None, type) 154return new SemaphoreAccessRule(identityReference, accessMask, isInherited, inheritanceFlags, propagationFlags, type);