Share via


SqlServerLinkedService.Encrypt Property

Definition

Indicate whether TLS encryption is required for all data sent between the client and server, used by recommended version. Possible values are true/yes/mandatory, false/no/optional and strict. Type: string (or Expression with resultType string).

public Azure.Core.Expressions.DataFactory.DataFactoryElement<string> Encrypt { get; set; }
member this.Encrypt : Azure.Core.Expressions.DataFactory.DataFactoryElement<string> with get, set
Public Property Encrypt As DataFactoryElement(Of String)

Property Value

Applies to