2 references to GetTokenInformation
System.ServiceModel (2)
System\ServiceModel\Activation\Utility.cs (2)
77bool success = ListenerUnsafeNativeMethods.GetTokenInformation(token, tic, null, 0, out lengthNeeded); 93if (!ListenerUnsafeNativeMethods.GetTokenInformation(token, tic, tokenInformation, tokenInformation.Length, out lengthNeeded))