public SupportingTokenBindingElement(Microsoft.Transactions.Wsat.Protocol.ProtocolVersion protocolVersion)
 {
     this.serverCreds     = new SupportingTokenServiceCredentials();
     this.protocolVersion = protocolVersion;
 }
 private SupportingTokenBindingElement(SupportingTokenBindingElement other) : base(other)
 {
     this.serverCreds     = new SupportingTokenServiceCredentials();
     this.protocolVersion = other.ProtocolVersion;
 }
 public SupportingTokenSecurityTokenManager(SupportingTokenServiceCredentials serverCreds) : base(serverCreds)
 {
     this.serverCreds = serverCreds;
 }
 private SupportingTokenServiceCredentials(SupportingTokenServiceCredentials other) : base(other)
 {
     this.tokenResolver      = other.tokenResolver;
     this.tokenAuthenticator = other.tokenAuthenticator;
 }
 public SupportingTokenSecurityTokenManager(SupportingTokenServiceCredentials serverCreds) : base(serverCreds)
 {
     this.serverCreds = serverCreds;
 }
 private SupportingTokenServiceCredentials(SupportingTokenServiceCredentials other) : base(other)
 {
     this.tokenResolver = other.tokenResolver;
     this.tokenAuthenticator = other.tokenAuthenticator;
 }