次の方法で共有


BackendTlsProperties.ValidateCertificateName プロパティ

定義

このバックエンド ホストに自己署名証明書を使用するときに SSL 証明書名の検証を行う必要があるかどうかを示すフラグを取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="validateCertificateName")]
public bool? ValidateCertificateName { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="validateCertificateName")>]
member this.ValidateCertificateName : Nullable<bool> with get, set
Public Property ValidateCertificateName As Nullable(Of Boolean)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象