HBaseLinkedService.AllowHostNameCNMismatch Property

Definition

Gets or sets specifies whether to require a CA-issued SSL certificate name to match the host name of the server when connecting over SSL. The default value is false.

[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.allowHostNameCNMismatch")]
public object AllowHostNameCNMismatch { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.allowHostNameCNMismatch")>]
member this.AllowHostNameCNMismatch : obj with get, set
Public Property AllowHostNameCNMismatch As Object

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to