3 references to GetTokenInformationLength
System.ServiceModel (3)
System\ServiceModel\Activation\Utility.cs (3)
197
int length =
GetTokenInformationLength
(token, ListenerUnsafeNativeMethods.TOKEN_INFORMATION_CLASS.TokenPrivileges);
342
int length =
GetTokenInformationLength
(token, ListenerUnsafeNativeMethods.TOKEN_INFORMATION_CLASS.TokenGroups);
380
int length =
GetTokenInformationLength
(token, ListenerUnsafeNativeMethods.TOKEN_INFORMATION_CLASS.TokenUser);