HttpsTransportBindingElement::RequireClientCertificate Property

 

Gets or sets a value that indicates whether SSL client authentication is required.

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

public:
property bool RequireClientCertificate {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if SSL client authentication is required; otherwise, false. The default is false.

.NET Framework
Available since 3.0
Return to top
Show: