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