Compartir a través de


CacheUsernameDownloadSettings.RequireValidCertificate Propiedad

Definición

Obtiene o establece determina si una entidad de certificación debe validar los certificados. Cuando es true, se debe proporcionar 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)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a