SQL Server 2016 – Encrypt varbinary(max) Column Using Always Encrypted Feature

always-encryptedblobsql-server-2016

We want to implement the Always Encrypted feature for our application database. There is a table with a varbinary(max) column which is storing binary data of images, pdf documents, etc.

  • Does the Always Encrypted feature support varbinary(max) column encryption?
  • If yes, how to do I implement it using SQL Server 2016?

Any support is greatly appreciated.