BackendTlsProperties.ValidateCertificateName Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to