Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit dd74274

Browse files
authored
Merge pull request #19383 from David-Engel/patch-2
Add note about M-HSM support
2 parents bdbb2a1 + 6dc570e commit dd74274

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

docs/connect/ado-net/sql/sqlclient-support-always-encrypted.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Using Always Encrypted with SqlClient"
33
description: "Learn how to develop applications using Microsoft.Data.SqlClient and Always Encrypted to keep your data secure."
4-
ms.date: 03/03/2021
4+
ms.date: 05/19/2021
55
ms.assetid:
66
ms.prod: sql
77
ms.prod_service: connectivity
@@ -336,6 +336,9 @@ Azure Key Vault is a convenient option to store and manage column master keys fo
336336

337337
Starting with **v2.0.0**, the `Microsoft.Data.SqLClient.AlwaysEncrypted.AzureKeyVaultProvider` supports the new Azure.Core and Azure.Identity APIs to perform authentication with Azure Key Vault. An instance of [`TokenCredential`](/dotnet/api/azure.core.tokencredential) implementation can now be passed to [`SqlColumnEncryptionAzureKeyVaultProvider`](/dotnet/api/microsoft.data.sqlclient.alwaysencrypted.azurekeyvaultprovider.sqlcolumnencryptionazurekeyvaultprovider) constructors to initialize Azure Key Vault provider object.
338338

339+
> [!NOTE]
340+
> The `Microsoft.Data.SqLClient.AlwaysEncrypted.AzureKeyVaultProvider` supports both [Vaults and Managed HSMs in Azure Key Vault](/azure/key-vault/keys/about-keys).
341+
339342
For examples demonstrating performing encryption/decryption with Azure Key Vault, see [Azure Key Vault working with Always Encrypted](azure-key-vault-example.md) and [Azure Key Vault working with Always Encrypted with secure enclaves](azure-key-vault-enclave-example.md).
340343

341344
### Implementing a custom column master key store provider

0 commit comments

Comments
 (0)