次の方法で共有


CacheUsernameDownloadSettings.RequireValidCertificate プロパティ

定義

証明書を証明機関で検証する必要があるかどうかを取得または設定します。 true の場合は、caCertificateURI を指定する必要があります。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象