12 references to AccessAllowed
mscorlib (6)
system\security\accesscontrol\ace.cs (5)
295
if ( type == AceType.
AccessAllowed
||
1135
case AceType.
AccessAllowed
:
1410
return isCallback ? AceType.AccessAllowedCallback : AceType.
AccessAllowed
;
1468
if ( type == AceType.
AccessAllowed
||
1491
if ( type == AceType.
AccessAllowed
||
system\security\accesscontrol\acl.cs (1)
909
else if ( type == AceType.
AccessAllowed
||
System.Workflow.Runtime (3)
DebugEngine\DebugController.cs (3)
244
if (newAce.AceType == AceType.
AccessAllowed
&& dacl[i].AceType == AceType.
AccessAllowed
&& !newAce.IsInherited && !dacl[i].IsInherited)
247
if (newAce.AceType == AceType.
AccessAllowed
&& !newAce.IsInherited)
WsatConfig (1)
Configuration\ClusterRegistryConfigurationProvider.cs (1)
328
if (ace != null && ace.AceType == AceType.
AccessAllowed
&& ace.SecurityIdentifier.IsWellKnown(WellKnownSidType.WorldSid))
WsatUI (2)
Configuration\ClusterRegistryConfigurationProvider.cs (1)
328
if (ace != null && ace.AceType == AceType.
AccessAllowed
&& ace.SecurityIdentifier.IsWellKnown(WellKnownSidType.WorldSid))
MMCUI\WsatSecurityModel.cs (1)
135
if (((CommonAce)dacl[i]).AceType == AceType.
AccessAllowed
)