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