Info
| Version: | 7.0.0 |
| Author(s): | Microsoft |
| Last Update: | Tuesday, March 17, 2026 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://aka.ms/sqlclientproject |
| NuGet Url: | https://www.nuget.org/packages/Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyVaultProvider |
Install
Install-Package Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyVaultProvider
dotnet add package Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyVaultProvider
paket add Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyVaultProvider
Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyVaultProvider Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- Microsoft.Data.SqlClient(>= 2.1.0)
- Microsoft.Azure.KeyVault(>= 3.0.4 && < 4.0.0)
- Microsoft.Azure.KeyVault.WebKey(>= 3.0.4 && < 4.0.0)
- Microsoft.Rest.ClientRuntime(>= 2.3.20 && < 3.0.0)
- Microsoft.Rest.ClientRuntime.Azure(>= 3.3.19 && < 4.0.0)
- Microsoft.Data.SqlClient(>= 1.0.19269.1)
- Microsoft.Azure.KeyVault(>= 3.0.4 && < 4.0.0)
- Microsoft.Azure.KeyVault.WebKey(>= 3.0.4 && < 4.0.0)
- Microsoft.Rest.ClientRuntime(>= 2.3.20 && < 3.0.0)
- Microsoft.Rest.ClientRuntime.Azure(>= 3.3.19 && < 4.0.0)
- Microsoft.Data.SqlClient(>= 1.0.19269.1)
- Microsoft.Azure.KeyVault(>= 3.0.4 && < 4.0.0)
- Microsoft.Azure.KeyVault.WebKey(>= 3.0.4 && < 4.0.0)
- Microsoft.Rest.ClientRuntime(>= 2.3.20 && < 3.0.0)
- Microsoft.Rest.ClientRuntime.Azure(>= 3.3.19 && < 4.0.0)
Tags
This library enables .NET applications to use Microsoft Azure Key Vault with Always Encrypted
in Microsoft Azure SQL Database and Microsoft SQL Server.
The library includes the column
master key store provider that allows client applications to access data when a column master
key is stored in Microsoft Azure Key Vault. For more information on Always Encrypted, please
refer to: https://aka.ms/AlwaysEncrypted.
Use this library only with the Microsoft.Data.SqlClient
(https://www.nuget.org/packages/Microsoft.Data.SqlClient) client driver.