16 references to Inherited
System.IO.FileSystem.AccessControl (2)
System\Security\AccessControl\DirectoryObjectSecurity.cs (2)
188
if ((includeExplicit && ((ace.AceFlags & AceFlags.
Inherited
) == 0)) || (includeInherited && ((ace.AceFlags & AceFlags.
Inherited
) != 0)))
System.Security.AccessControl (14)
System\Security\AccessControl\ACE.cs (1)
424
return ((this.AceFlags & AceFlags.
Inherited
) != 0);
System\Security\AccessControl\ACL.cs (11)
861
if ((ace.AceFlags & AceFlags.
Inherited
) != 0)
918
if ((ace.AceFlags & AceFlags.
Inherited
) != 0)
1472
if ((ace.AceFlags & AceFlags.
Inherited
) != 0)
1477
if ((newAce.AceFlags & AceFlags.
Inherited
) != 0)
1656
if ((ace.AceFlags & AceFlags.
Inherited
) != 0)
1737
if ((ace.AceFlags & AceFlags.
Inherited
) != 0)
2080
if ((ace.AceFlags & AceFlags.
Inherited
) != 0)
2200
if ((ace.AceFlags & AceFlags.
Inherited
) != 0)
2608
if ((ace.AceFlags & AceFlags.
Inherited
) != 0)
2793
if ((ace.AceFlags & AceFlags.
Inherited
) != 0)
2824
if ((ace.AceFlags & AceFlags.
Inherited
) != 0)
System\Security\AccessControl\CommonObjectSecurity.cs (2)
212
((ace.AceFlags & AceFlags.
Inherited
) == 0)) ||
214
((ace.AceFlags & AceFlags.
Inherited
) != 0)))