3 references to SemaphoreAccessRule
System.Threading.AccessControl (3)
System\Security\AccessControl\SemaphoreSecurity.cs (3)
44: this(identity, (int)eventRights, false, InheritanceFlags.None, PropagationFlags.None, type)
49: this(new NTAccount(identity), (int)eventRights, false, InheritanceFlags.None, PropagationFlags.None, type)
138return new SemaphoreAccessRule(identityReference, accessMask, isInherited, inheritanceFlags, propagationFlags, type);