2 references to TokenUser
System.ServiceModel (2)
System\ServiceModel\Activation\Utility.cs (2)
380
int length = GetTokenInformationLength(token, ListenerUnsafeNativeMethods.TOKEN_INFORMATION_CLASS.
TokenUser
);
384
GetTokenInformation(token, ListenerUnsafeNativeMethods.TOKEN_INFORMATION_CLASS.
TokenUser
, tokenInformation);