Condividi tramite


BackendTlsProperties.ValidateCertificateChain Property

Definition

Gets or sets flag indicating whether SSL certificate chain validation should be done when using self-signed certificates for this backend host.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to