3 references to MutexAccessRule
System.Threading.AccessControl (3)
System\Security\AccessControl\MutexSecurity.cs (3)
48: this(identity, (int)eventRights, false, InheritanceFlags.None, PropagationFlags.None, type)
53: this(new NTAccount(identity), (int)eventRights, false, InheritanceFlags.None, PropagationFlags.None, type)
144return new MutexAccessRule(identityReference, accessMask, isInherited, inheritanceFlags, propagationFlags, type);