3 references to MaximumAllowed
System.Security.Principal.Windows (3)
System\Security\Principal\WindowsIdentity.cs (3)
346
return GetCurrentInternal(TokenAccessLevels.
MaximumAllowed
, threadOnly: false)!;
353
return GetCurrentInternal(TokenAccessLevels.
MaximumAllowed
, ifImpersonating);
755
SafeAccessTokenHandle previousToken = GetCurrentToken(TokenAccessLevels.
MaximumAllowed
, false, out bool isImpersonating, out int hr);