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 のみ: このプロパティは実装されていません。

適用対象