Sdílet prostřednictvím


CacheUsernameDownloadSettings.AutoDownloadCertificate Property

Definition

Gets or sets determines if the certificate should be automatically downloaded. This applies to 'caCertificateURI' only if 'requireValidCertificate' is true.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to