MultiServerSqlConnectionInfo.EncryptConnection Property

Definition

Gets or sets a value specifying whether the connection will be encrypted.

public:
 property bool EncryptConnection { bool get(); void set(bool value); };
public bool EncryptConnection { get; set; }
member this.EncryptConnection : bool with get, set
Public Property EncryptConnection As Boolean

Property Value

True if the connection will be encrypted. Otherwise, false.

Applies to