8 references to InheritOnly
System.DirectoryServices (4)
System\DirectoryServices\ActiveDirectorySecurity.cs (4)
447PropagationFlags.InheritOnly, 449PropagationFlags.InheritOnly | PropagationFlags.NoPropagateInherit 486case PropagationFlags.InheritOnly: 498case PropagationFlags.InheritOnly | PropagationFlags.NoPropagateInherit:
System.Security.AccessControl (4)
System\Security\AccessControl\ACE.cs (2)
224if ((propagationFlags & PropagationFlags.InheritOnly) != 0) 456flags |= PropagationFlags.InheritOnly;
System\Security\AccessControl\Rules.cs (2)
53if (propagationFlags < PropagationFlags.None || propagationFlags > (PropagationFlags.NoPropagateInherit | PropagationFlags.InheritOnly)) 145if (propagationFlags < PropagationFlags.None || propagationFlags > (PropagationFlags.NoPropagateInherit | PropagationFlags.InheritOnly))