HttpClientHandler.CheckCertificateRevocationList Property

Definition

Gets or sets a value that indicates whether the certificate is checked against the certificate authority revocation list.

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

Property Value

true if the certificate revocation list is checked; otherwise, false.

Attributes

Exceptions

.NET Framework 4.7.1 only: This property is not implemented.

Applies to