2 references to GetToken
System.ServiceModel (2)
System\ServiceModel\Channels\TransportSecurityHelpers.cs (2)
318SspiSecurityToken token = TransportSecurityHelpers.GetToken<SspiSecurityToken>(tokenProvider, timeout); 489UserNameSecurityToken token = GetToken<UserNameSecurityToken>(tokenProvider.TokenProvider, timeout);