HttpClientHandler.CheckCertificateRevocationList Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob das Zertifikat anhand der Sperrliste der Zertifizierungsstelle überprüft wird, oder legt diesen fest.

public:
 property bool CheckCertificateRevocationList { bool get(); void set(bool value); };
[System.Runtime.Versioning.UnsupportedOSPlatform("browser")]
public bool CheckCertificateRevocationList { get; set; }
public bool CheckCertificateRevocationList { get; set; }
[<System.Runtime.Versioning.UnsupportedOSPlatform("browser")>]
member this.CheckCertificateRevocationList : bool with get, set
member this.CheckCertificateRevocationList : bool with get, set
Public Property CheckCertificateRevocationList As Boolean

Eigenschaftswert

Boolean

true, wenn die Zertifikatsperrliste überprüft wird, andernfalls false.

Attribute

Ausnahmen

Nur .NET Framework 4.7.1: Diese Eigenschaft ist nicht implementiert.

Gilt für