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