6 references to AccessAllowedObject
System.Security.AccessControl (6)
System\Security\AccessControl\ACE.cs (5)
302
else if (type == AceType.
AccessAllowedObject
||
1114
case AceType.
AccessAllowedObject
:
1729
AceQualifier.AccessAllowed => isCallback ? AceType.AccessAllowedCallbackObject : AceType.
AccessAllowedObject
,
1820
if (type == AceType.
AccessAllowedObject
||
1843
if (type == AceType.
AccessAllowedObject
||
System\Security\AccessControl\ACL.cs (1)
884
else if (type == AceType.
AccessAllowedObject
||