次の方法で共有


CacheUsernameDownloadSettings.AutoDownloadCertificate プロパティ

定義

証明書を自動的にダウンロードするかどうかを取得または設定します。 これは、'requireValidCertificate' が true の場合にのみ、'caCertificateURI' に適用されます。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象