SqlConnectionStringBuilder::Encrypt Property
.NET Framework (current version)
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.
Assembly: System.Data (in System.Data.dll)
Property Value
Type: System::BooleanThe value of the Encrypt property, or false if none has been supplied.
This property corresponds to the "Encrypt" key within the connection string.
.NET Framework
Available since 2.0
Available since 2.0
Show: