Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 1.77 KB

File metadata and controls

36 lines (28 loc) · 1.77 KB
title Always Encrypted (client development) | Microsoft Docs
ms.custom
SQL2016_New_Updated
ms.date 07/29/2016
ms.prod sql-server-2016
ms.reviewer
ms.suite
ms.technology
database-engine
ms.tgt_pltfrm
ms.topic article
dev_langs
CSharp
ms.assetid 9595eb66-284c-4474-828f-8961a05ce989
caps.latest.revision 33
author stevestein
manager jhubbard

Always Encrypted (client development)

[!INCLUDEtsql-appliesto-ss2016-asdb-xxxx-xxx_md]

Always Encrypted is a client-side encryption technology that ensures sensitive data (and related encryption keys) are never revealed to the SQL Server or Azure SQL Database. With Always Encrypted, a client driver transparently encrypts sensitive data before passing the data to the Database Engine, and it transparently decrypts data retrieved from encrypted database columns.

For details about developing applications that use Always Encrypted protected databases, and which client drivers and which driver versions support Always Encrypted, see:

See Also

Always Encrypted (Database Engine)