Microsoft.Data.SqlClient.SqlCommandColumnEncryptionSetting
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 SqlCommandColumnEncryptionSetting
{
UseConnectionSetting,
Enabled,
ResultSetOnly,
Disabled
}
}