ServicePointManagerElement.CheckCertificateName プロパティ

定義

X509 証明書のホスト名情報のチェックを制御するブール値を取得または設定します。

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

プロパティ値

ホスト名のチェックを指定する場合は true。それ以外の場合は false

属性

適用対象

こちらもご覧ください