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