RestServiceLinkedService.EnableServerCertificateValidation Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Whether to validate server side SSL certificate when connecting to the endpoint.The default value is true. Type: boolean (or Expression with resultType boolean).
public object EnableServerCertificateValidation { get; set; }
member this.EnableServerCertificateValidation : obj with get, set
Public Property EnableServerCertificateValidation As Object