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::ColumnEncryptionSetting Property
.NET Framework (current version)
Gets and sets the column encryption settings for the connection string builder.
Assembly: System.Data (in System.Data.dll)
public: property SqlConnectionColumnEncryptionSetting ColumnEncryptionSetting { SqlConnectionColumnEncryptionSetting get(); void set(SqlConnectionColumnEncryptionSetting value); }
Property Value
Type: System.Data.SqlClient::SqlConnectionColumnEncryptionSettingThe column encryption settings for the connection string builder.
.NET Framework
Available since 4.6
Available since 4.6
Show: