SecurityBindingElement::CreateSslNegotiationBindingElement Method (Boolean)
.NET Framework (current version)
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.
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.
Return Value
Type: System.ServiceModel.Channels::SymmetricSecurityBindingElement^A SymmetricSecurityBindingElement that holds the new binding.
The security context token issued after the SSL negotiation is cookie based.
.NET Framework
Available since 3.0
Available since 3.0
Show: