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.
SqlParameter::ForceColumnEncryption Property
.NET Framework (current version)
Enforces encryption of a parameter when using Always Encrypted. If SQL Server informs the driver that the parameter does not need to be encrypted, the query using the parameter will fail. This property provides additional protection against security attacks that involve a compromised SQL Server providing incorrect encryption metadata to the client, which may lead to data disclosure.
Assembly: System.Data (in System.Data.dll)
Property Value
Type: System::Booleantrue if the parameter has a force column encryption; otherwise, false.
.NET Framework
Available since 4.6
Available since 4.6
Show: