5 references to TokenType
System.Security.Principal.Windows (5)
System\Security\Principal\WindowsIdentity.cs (4)
429TokenType tokenType = (TokenType)GetTokenInformation<int>(TokenInformationClass.TokenType); 430if (tokenType == TokenType.TokenPrimary) 488(uint)TokenType.TokenImpersonation,
System\Security\Principal\WindowsPrincipal.cs (1)
157(uint)TokenType.TokenImpersonation,