CacheUsernameDownloadSettings.RequireValidCertificate Property

Definition

Gets or sets determines if the certificates must be validated by a certificate authority. When true, caCertificateURI must be provided.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to