Gets or sets a Boolean value that indicates whether SQL Server uses SSL encryption for all data sent between the client and server if the server has a certificate installed.
'Declaration
Public Property Encrypt As Boolean
public bool Encrypt {get; set;}
Property Value
If
true, the connection should be encrypted; otherwise,
false.