system\security\accesscontrol\eventwaithandlesecurity.cs (3)
53: this(identity, (int) eventRights, false, InheritanceFlags.None, PropagationFlags.None, type)
58: this(new NTAccount(identity), (int) eventRights, false, InheritanceFlags.None, PropagationFlags.None, type)
92: this(identity, (int) eventRights, false, InheritanceFlags.None, PropagationFlags.None, flags)
system\security\accesscontrol\mutexsecurity.cs (3)
53: this(identity, (int) eventRights, false, InheritanceFlags.None, PropagationFlags.None, type)
58: this(new NTAccount(identity), (int) eventRights, false, InheritanceFlags.None, PropagationFlags.None, type)
92: this(identity, (int) eventRights, false, InheritanceFlags.None, PropagationFlags.None, flags)
system\security\accesscontrol\registrysecurity.cs (2)
62: this(identity, (int) registryRights, false, InheritanceFlags.None, PropagationFlags.None, type)
67: this(new NTAccount(identity), (int) registryRights, false, InheritanceFlags.None, PropagationFlags.None, type)