Microsoft.Data.SqlClient.SqlConnectionColumnEncryptionSetting
Note that these settings cannot be used to bypass encryption and gain access to plaintext data. For details, see Always Encrypted (Database Engine).
namespace Microsoft.Data.SqlClient
{
public enum SqlConnectionColumnEncryptionSetting
{
Disabled,
Enabled
}
}