2 writes to m_infocardChannelParameter
System.ServiceModel (2)
System\ServiceModel\Security\InfoCardHelper.cs (2)
659
m_infocardChannelParameter
= infocardChannelParameter;
668
m_infocardChannelParameter
= other.InfoCardChannelParameter;
2 references to m_infocardChannelParameter
System.ServiceModel (2)
System\ServiceModel\Security\InfoCardHelper.cs (2)
675
return
m_infocardChannelParameter
;
680
return new InternalClientCredentialsSecurityTokenManager(this,
m_infocardChannelParameter
);