Bagikan melalui


RestServiceLinkedService.EnableServerCertificateValidation Property

Definition

Gets or sets whether to validate server side SSL certificate when connecting to the endpoint.The default value is true. Type: boolean (or Expression with resultType boolean).

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to