5 references to TOKEN_INFORMATION_CLASS
System.ServiceModel (5)
System\ServiceModel\ComIntegration\ComPlusAuthorization.cs (4)
30public static SafeHandle GetTokenInformation(SafeCloseHandle token, TOKEN_INFORMATION_CLASS infoClass) 61GetTokenInformation(token, TOKEN_INFORMATION_CLASS.TokenImpersonationLevel)) 74GetTokenInformation(token, TOKEN_INFORMATION_CLASS.TokenType)) 84GetTokenInformation(token, TOKEN_INFORMATION_CLASS.TokenStatistics))
System\ServiceModel\ComIntegration\SafeNativeMethods.cs (1)
404[In] TOKEN_INFORMATION_CLASS TokenInformationClass,