Skip to content

Commit f72bc37

Browse files
authored
Docs edit demo
1 parent cac0db0 commit f72bc37

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/connect/jdbc/using-always-encrypted-with-the-jdbc-driver.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Use Always Encrypted with the JDBC driver
33
description: Learn how to use Always Encrypted with the JDBC driver to encrypt sensitive data on the server.
44
author: David-Engel
55
ms.author: davidengel
6-
ms.date: 07/31/2024
6+
ms.date: 06/24/2025
77
ms.service: sql
88
ms.subservice: connectivity
99
ms.topic: conceptual
@@ -35,6 +35,8 @@ If the client has access to that certificate in the Windows Certificate Store, i
3535

3636
The Microsoft JDBC Driver for SQL Server communicates with a keystore that uses a column master key store provider, which is an instance of a class that's derived from **`SQLServerColumnEncryptionKeyStoreProvider`**.
3737

38+
This is a really cool feature! (Edit demo.)
39+
3840
### Use built-in column master key store providers
3941

4042
The Microsoft JDBC Driver for SQL Server comes with the following built-in column master key store providers. Some of these providers are preregistered with the specific provider names (used to look up the provider) and some require either extra credentials or explicit registration.

0 commit comments

Comments
 (0)