2 references to GetTokenInformation
mscorlib (2)
system\security\principal\windowsidentity.cs (2)
346TokenType tokenType = (TokenType)GetTokenInformation<int>(TokenInformationClass.TokenType); 352int level = GetTokenInformation<int>(TokenInformationClass.TokenImpersonationLevel);