Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

SecurityBindingElement::CreateSslNegotiationBindingElement Method (Boolean)

 

Creates a symmetric security binding element that is configured to do SOAP-level SSL negotiation between the client and server, noting whether a client certificate is required.

Namespace:   System.ServiceModel.Channels
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
static SymmetricSecurityBindingElement^ CreateSslNegotiationBindingElement(
	bool requireClientCertificate
)

Parameters

requireClientCertificate
Type: System::Boolean

true if a client certificate is required during the SSL negotiation.

The security context token issued after the SSL negotiation is cookie based.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft