Info
Version: | 2.4.0 |
Author(s): | Microsoft |
Last Update: | Thursday, October 8, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://aka.ms/AlwaysEncrypted |
NuGet Url: | https://www.nuget.org/packages/Microsoft.SqlServer.Management.AlwaysEncrypted.AzureKeyVaultProvider |
Install
Install-Package Microsoft.SqlServer.Management.AlwaysEncrypted.AzureKeyVaultProvider
dotnet add package Microsoft.SqlServer.Management.AlwaysEncrypted.AzureKeyVaultProvider
paket add Microsoft.SqlServer.Management.AlwaysEncrypted.AzureKeyVaultProvider
Microsoft.SqlServer.Management.AlwaysEncrypted.AzureKeyVaultProvider Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Azure.KeyVault(>= 3.0.3)
- Microsoft.Azure.KeyVault.WebKey(>= 3.0.3)
- Microsoft.Rest.ClientRuntime(>= 2.3.21)
- Microsoft.Rest.ClientRuntime.Azure(>= 3.3.19)
Tags
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 legacy .NET Framework Data Provider for SQL Server within the System.Data.SqlClient namespace in .NET Framework. If you are using the Microsoft.Data.SqlClient (https://www.nuget.org/packages/Microsoft.Data.SqlClient) client driver, you need to use Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyVaultProvider (https://www.nuget.org/packages/Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyVaultProvider) instead of this package.