SslStreamSecurityBindingElement Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- elementToBeCloned
- SslStreamSecurityBindingElement
The SslStreamSecurityBindingElement to clone.