HttpClientHandler.CheckCertificateRevocationList プロパティ

定義

証明書が証明機関の失効リストに対して照合されるかどうかを示す値を取得または設定します。

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

プロパティ値

証明書失効リストが照合される場合は true。それ以外の場合は false

属性

例外

.NET Framework 4.7.1 のみ: このプロパティは実装されていません。

適用対象