Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

SqlConnectionStringBuilder::Encrypt Property

 

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.

Namespace:   System.Data.SqlClient
Assembly:  System.Data (in System.Data.dll)

public:
property bool Encrypt {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

The 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
Return to top
Show:
© 2017 Microsoft