7 references to None
mscorlib (3)
system\security\accesscontrol\ace.cs (3)
178
AceFlags flags = AceFlags.
None
;
190
if ( flags == AceFlags.
None
)
206
AceFlags flags = AceFlags.
None
;
System.ServiceModel (3)
System\ServiceModel\ComIntegration\ComPlusAuthorization.cs (3)
231
ace = new CommonAce(AceFlags.
None
, AceQualifier.AccessAllowed, (int)ComRights.EXECUTE, sid, false, null);
242
ace = new CommonAce(AceFlags.
None
, AceQualifier.AccessAllowed, (int)ComRights.EXECUTE, sid, false, null);
253
ace = new CommonAce(AceFlags.
None
, AceQualifier.AccessAllowed, (int)ComRights.EXECUTE, sid, false, null);
System.Workflow.Runtime (1)
DebugEngine\DebugController.cs (1)
109
CommonAce adminsGroupAceForToken = new CommonAce(AceFlags.
None
, AceQualifier.AccessAllowed, NativeMethods.TOKEN_QUERY, new SecurityIdentifier(WellKnownSidType.BuiltinAdministratorsSid, null), false, null);