Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 2.03 KB

File metadata and controls

31 lines (26 loc) · 2.03 KB
title Develop applications using Always Encrypted | Microsoft Docs
ms.custom
ms.date 10/01/2019
ms.prod sql
ms.reviewer vanto
ms.technology security
ms.topic conceptual
dev_langs
CSharp
ms.assetid 9595eb66-284c-4474-828f-8961a05ce989
author jaszymas
ms.author jaszymas
monikerRange =azuresqldb-current||>=sql-server-2016||=sqlallproducts-allversions||>=sql-server-linux-2017||=azuresqldb-mi-current

Develop applications using Always Encrypted

[!INCLUDEappliesto-ss-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