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