HttpsTransportBindingElement.RequireClientCertificate Property

Definition

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

public:
 property bool RequireClientCertificate { bool get(); void set(bool value); };
public bool RequireClientCertificate { get; set; }
member this.RequireClientCertificate : bool with get, set
Public Property RequireClientCertificate As Boolean

Property Value

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

Applies to