public InternalClientCredentialsSecurityTokenManager(InfoCardHelper.InternalClientCredentials internalClientCredentials, InfoCardChannelParameter infocardChannelParameter) : base(internalClientCredentials)
 {
     this.m_relyingPartyIssuer       = internalClientCredentials.m_relyingPartyIssuer;
     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;
 }