4 references to MaximumAllowed
mscorlib (4)
system\security\principal\windowsidentity.cs (3)
266
return GetCurrentInternal(TokenAccessLevels.
MaximumAllowed
, false);
272
return GetCurrentInternal(TokenAccessLevels.
MaximumAllowed
, ifImpersonating);
730
SafeAccessTokenHandle safeTokenHandle = GetCurrentToken(TokenAccessLevels.
MaximumAllowed
, false, out isImpersonating, out hr);
system\security\securitycontext.cs (1)
646
return WindowsIdentity.GetCurrentInternal(TokenAccessLevels.
MaximumAllowed
, true);