2 references to TokenType
mscorlib (2)
system\security\principal\windowsidentity.cs (2)
176
bool result = Win32Native.GetTokenInformation(userToken, (uint) TokenInformationClass.
TokenType
,
346
TokenType tokenType = (TokenType)GetTokenInformation<int>(TokenInformationClass.
TokenType
);