2 references to TokenUser
System.Security.Principal.Windows (2)
System\Security\Principal\WindowsIdentity.cs (2)
625
using (SafeLocalAllocHandle tokenUser = GetTokenInformation(_safeTokenHandle, TokenInformationClass.
TokenUser
, nullOnInvalidParam: false)!)
1162
safeAllocHandle = GetTokenInformation(_safeTokenHandle, TokenInformationClass.
TokenUser
);