Share via


RestServiceLinkedService.EnableServerCertificateValidation Property

Definition

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 Azure.Core.Expressions.DataFactory.DataFactoryElement<bool> EnableServerCertificateValidation { get; set; }
member this.EnableServerCertificateValidation : Azure.Core.Expressions.DataFactory.DataFactoryElement<bool> with get, set
Public Property EnableServerCertificateValidation As DataFactoryElement(Of Boolean)

Property Value

Applies to