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)
160if ((propagationFlags & PropagationFlags.InheritOnly) != 0) 362flags |= PropagationFlags.InheritOnly;
System\Security\AccessControl\Rules.cs (2)
45if (propagationFlags < PropagationFlags.None || propagationFlags > (PropagationFlags.NoPropagateInherit | PropagationFlags.InheritOnly)) 125if (propagationFlags < PropagationFlags.None || propagationFlags > (PropagationFlags.NoPropagateInherit | PropagationFlags.InheritOnly))