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