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