3 references to GetCurrentInternal
System.Security.Principal.Windows (3)
System\Security\Principal\WindowsIdentity.cs (3)
346
return
GetCurrentInternal
(TokenAccessLevels.MaximumAllowed, threadOnly: false)!;
353
return
GetCurrentInternal
(TokenAccessLevels.MaximumAllowed, ifImpersonating);
360
return
GetCurrentInternal
(desiredAccess, threadOnly: false)!;