2 references to GetTokenInformation
System.ServiceModel (2)
System\ServiceModel\ComIntegration\ComPlusAuthorization.cs (2)
33
if (!SafeNativeMethods.
GetTokenInformation
(token, infoClass, SafeHGlobalHandle.InvalidHandle, 0, out length))
44
if (!SafeNativeMethods.
GetTokenInformation
(token, infoClass, buffer, length, out length))