1 instantiation of InfoCardChannelParameter
System.ServiceModel (1)
System\ServiceModel\Security\InfocardInteractiveChannelInitializer.cs (1)
140
channelParameters.Add(new
InfoCardChannelParameter
(token, relyingPartyIssuer, requiresInfoCard));
11 references to InfoCardChannelParameter
System.ServiceModel (11)
System\ServiceModel\Security\InfoCardHelper.cs (11)
73
InfoCardChannelParameter
infocardChannelParameter = null;
78
if (obj is
InfoCardChannelParameter
)
80
infocardChannelParameter = (
InfoCardChannelParameter
)obj;
355
static SecurityTokenProvider CreateTokenProviderForNextLeg(SecurityTokenRequirement tokenRequirement, EndpointAddress target, EndpointAddress issuerAddress, Uri relyingPartyIssuer, ClientCredentialsSecurityTokenManager clientCredentialsTokenManager,
InfoCardChannelParameter
infocardChannelParameter)
585
InfoCardChannelParameter
m_infocardChannelParameter;
587
public InternalInfoCardTokenProvider(
InfoCardChannelParameter
infocardChannelParameter)
640
InfoCardChannelParameter
m_infocardChannelParameter;
654
InfoCardChannelParameter
infocardChannelParameter)
671
public
InfoCardChannelParameter
InfoCardChannelParameter
696
InfoCardChannelParameter
m_infocardChannelParameter;
698
public InternalClientCredentialsSecurityTokenManager(InternalClientCredentials internalClientCredentials,
InfoCardChannelParameter
infocardChannelParameter)