Column encryption in ASP MVC app with SQL Server 2016 using .net Core / EF Core

后端 未结 5 1765
感动是毒
感动是毒 2021-02-05 20:09

I am trying to use the \"Always Encrypted\" feature in SQL Server 2016 to encrypt some columns. I used this post as a guide to set the columns as encrypted in SSDT.

That

5条回答
  •  北荒
    北荒 (楼主)
    2021-02-05 20:14

    Always Encrypted is now supported in the .NET Core 3.0 Preview 5 through the new Microsoft.Data.SqlClient data provider for Microsoft SQL Server.

提交回复
热议问题