Sdílet prostřednictvím


HttpsTransportElement.RequireClientCertificate Vlastnost

Definice

Získá nebo nastaví logickou hodnotu, která určuje, jestli server vyžaduje, aby klient poskytl klientský certifikát jako součást handshake PROTOKOLU HTTPS.

public:
 property bool RequireClientCertificate { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("requireClientCertificate", DefaultValue=false)]
public bool RequireClientCertificate { get; set; }
[<System.Configuration.ConfigurationProperty("requireClientCertificate", DefaultValue=false)>]
member this.RequireClientCertificate : bool with get, set
Public Property RequireClientCertificate As Boolean

Hodnota vlastnosti

Boolean

true pokud se vyžaduje ověření klienta SSL; v opačném případě false . Výchozí formát je false.

Atributy

Platí pro