Using SQL server Always Encrypted in asp.net core app that is deployed to docker/ linux
I have created an ASP.NET Core Web API app that connects to a SQL Server database. I have a table in which I need to use SQL Server always encryption. I'm creating a column master key with the following T-SQL:…