SslStreamSecurityBindingElement Constructors

Definition

Initializes a new instance of the SslStreamSecurityBindingElement class.

Overloads

SslStreamSecurityBindingElement()

Initializes a new instance of the SslStreamSecurityBindingElement class.

SslStreamSecurityBindingElement(SslStreamSecurityBindingElement)

Initializes a new instance of the SslStreamSecurityBindingElement class using the values from another SslStreamSecurityBindingElement.

SslStreamSecurityBindingElement()

Initializes a new instance of the SslStreamSecurityBindingElement class.

public:
 SslStreamSecurityBindingElement();
public SslStreamSecurityBindingElement ();
Public Sub New ()

Applies to

SslStreamSecurityBindingElement(SslStreamSecurityBindingElement)

Initializes a new instance of the SslStreamSecurityBindingElement class using the values from another SslStreamSecurityBindingElement.

protected:
 SslStreamSecurityBindingElement(System::ServiceModel::Channels::SslStreamSecurityBindingElement ^ elementToBeCloned);
protected SslStreamSecurityBindingElement (System.ServiceModel.Channels.SslStreamSecurityBindingElement elementToBeCloned);
new System.ServiceModel.Channels.SslStreamSecurityBindingElement : System.ServiceModel.Channels.SslStreamSecurityBindingElement -> System.ServiceModel.Channels.SslStreamSecurityBindingElement
Protected Sub New (elementToBeCloned As SslStreamSecurityBindingElement)

Parameters

Applies to