5 references to InfoCardHelper
System.ServiceModel (5)
System\ServiceModel\Description\ClientCredentials.cs (1)
297
if (
InfoCardHelper
.IsInfocardRequired(serviceEndpoint.Binding, this, this.CreateSecurityTokenManager(), EndpointAddress.AnonymousAddress, out dummyPolicyElements, out dummyRelyingPartyIssuer))
System\ServiceModel\Security\ClientCredentialsSecurityTokenManager.cs (1)
637
return
InfoCardHelper
.TryCreateSecurityTokenProvider(tokenRequirement, clientCredentialsTokenManager, out provider);
System\ServiceModel\Security\InfoCardHelper.cs (1)
712
return
InfoCardHelper
.CreateTokenProviderForNextLeg(tokenRequirement, target, issuedTokenParameters.IssuerAddress, m_relyingPartyIssuer, this, m_infocardChannelParameter);
System\ServiceModel\Security\InfocardInteractiveChannelInitializer.cs (2)
81
requiresInfoCard =
InfoCardHelper
.IsInfocardRequired(binding, credentials, tokenManager, proxy.RemoteAddress, out chain, out relyingPartyIssuer);
82
MessageSecurityVersion bindingSecurityVersion =
InfoCardHelper
.GetBindingSecurityVersionOrDefault(binding);