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