Does SQL Server TDE require changes in code or is it transparent like it says

315 Views Asked by At

If I start using SQL Server Transparent Data Encryption (TDE), will I need to modify the code of my ASP.Net application in C#? Or is it completely transparent just like we encrypt connection string in web.config using aspnet_regiis

What if I am using Entity Framework?

0

There are 0 best solutions below