6 references to AccessAllowedObject
System.Security.AccessControl (6)
System\Security\AccessControl\ACE.cs (5)
223
else if (type == AceType.
AccessAllowedObject
||
843
case AceType.
AccessAllowedObject
:
1342
AceQualifier.AccessAllowed => isCallback ? AceType.AccessAllowedCallbackObject : AceType.
AccessAllowedObject
,
1413
if (type == AceType.
AccessAllowedObject
||
1433
if (type == AceType.
AccessAllowedObject
||
System\Security\AccessControl\ACL.cs (1)
691
else if (type == AceType.
AccessAllowedObject
||