I have got couple of columns encrypted in AspNetUser table.
FirstName and LastName.
When I update AspnetUser table data i just call UserManager.Update method. I am struggling to use Always Encrypted with ASP.NET Identity data.
It works fine with User tables which has got parameterized query.
Any help will be appreciated.