You have an ASP.NET web app that uses an Azure SQL database. The database contains a table named Employee. The table contains sensitive employee information, including a column named DateOfBirth.
You need to ensure that the data in the DateOfBirth column is encrypted both in the database and when transmitted between a client and Azure. Only authorized clients must be able to view the data in the column.
Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions in the answer area and arrange them in the correct order.

Correct Answer:

1 - Use the Always Encrypted Wizard to encrypt the DeteOfBirth column
2 - Create a self-signed certificate tp use as a column master key and export the certificate to the clients.
3 - In the database connection string of the clients, set Column Encryption Setting to Enabled.
Reference:
https://docs.microsoft.com/en-us/azure/sql-database/sql-database-always-encrypted