3 references to EventWaitHandleAccessRule
System.Threading.AccessControl (3)
System\Security\AccessControl\EventWaitHandleSecurity.cs (3)
47: this(identity, (int)eventRights, false, InheritanceFlags.None, PropagationFlags.None, type)
52: this(new NTAccount(identity), (int)eventRights, false, InheritanceFlags.None, PropagationFlags.None, type)
150return new EventWaitHandleAccessRule(identityReference, accessMask, isInherited, inheritanceFlags, propagationFlags, type);