SqlConnectionStringBuilder::ColumnEncryptionSetting Property

.NET Framework (current version)
 

Gets and sets the column encryption settings for the connection string builder.

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

public:
property SqlConnectionColumnEncryptionSetting ColumnEncryptionSetting {
	SqlConnectionColumnEncryptionSetting get();
	void set(SqlConnectionColumnEncryptionSetting value);
}

Property Value

Type: System.Data.SqlClient::SqlConnectionColumnEncryptionSetting

The column encryption settings for the connection string builder.

.NET Framework
Available since 4.6
Return to top
Show: