18 references to AceType
mscorlib (7)
system\security\accesscontrol\ace.cs (3)
147
binaryForm[offset + 0] = ( byte )
AceType
;
570
if ( this.
AceType
!= ace.
AceType
||
system\security\accesscontrol\acl.cs (4)
889
AceType type = ace.
AceType
;
946
AceType type = ace.
AceType
;
1517
if ( ace.
AceType
!= newAce.
AceType
)
System.Workflow.Runtime (8)
DebugEngine\DebugController.cs (8)
232
if (dacl[i] is CommonAce && ((CommonAce)dacl[i]).SecurityIdentifier.Value == newAce.SecurityIdentifier.Value && dacl[i].
AceType
== newAce.
AceType
)
238
if (newAce.
AceType
== AceType.AccessDenied && dacl[i].
AceType
== AceType.AccessDenied && !newAce.IsInherited && !dacl[i].IsInherited)
241
if (newAce.
AceType
== AceType.AccessDenied && !newAce.IsInherited)
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)