SQL Server Always Encrypted with .NET Core not compatible

后端 未结 4 1964
[愿得一人]
[愿得一人] 2020-12-06 05:27

I\'m trying to use the Always Encrypted feature of SQL Server 2016 with .NET Core and seems like it can not be used (yet). Trying to import the Microsoft.SqlServer.Ma

4条回答
  •  醉梦人生
    2020-12-06 05:50

    It's now supported in .NET Core 3.0 Preview 5, which provides a new SqlClient supporting Always Encrypted and more. See this comment for more info.

    For the Key Vault provider, you need to use Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyVaultProvider instead.

提交回复
热议问题