public InternalClientCredentials(ClientCredentials infocardCredentials, EndpointAddress target, Uri relyingPartyIssuer, System.ServiceModel.Security.InfoCardChannelParameter infocardChannelParameter) : base(infocardCredentials)
 {
     this.m_relyingPartyIssuer       = relyingPartyIssuer;
     this.m_clientCredentials        = infocardCredentials;
     this.m_infocardChannelParameter = infocardChannelParameter;
 }
 private InternalClientCredentials(InfoCardHelper.InternalClientCredentials other) : base(other)
 {
     this.m_relyingPartyIssuer       = other.m_relyingPartyIssuer;
     this.m_clientCredentials        = other.m_clientCredentials;
     this.m_infocardChannelParameter = other.InfoCardChannelParameter;
 }