2 references to GetToken
System.IdentityModel.Selectors (1)
infocard\client\System\IdentityModel\Selectors\CardSpaceSelector.cs (1)
129
return
GetToken
(new CardSpacePolicyElement[] { new CardSpacePolicyElement(endpoint, requiredRemoteTokenIssuer, policyCollection, null, 0, false) }, tokenSerializer);
System.ServiceModel (1)
System\ServiceModel\Description\ClientCredentials.cs (1)
362
return CardSpaceSelector.
GetToken
(chain, tokenSerializer);