Skip to content

Commit e3c4f45

Browse files
authored
Update connect-to-the-database-engine-using-extended-protection.md
as per David Engel Principal Software Engineer at Microsoft email from 10/7/2025 The only drivers that support Extended Protection are Windows-based, as the required TLS channel binding APIs are not widely supported on OSes outside of Windows. Microsoft ODBC Driver for SQL Server (on Windows only) Microsoft OLE DB Driver for SQL Server System.Data.SqlClient (in .NET Framework on Windows) Microsoft.Data.SqlClient (on Windows) Regards, David
1 parent fded294 commit e3c4f45

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

docs/database-engine/configure-windows/connect-to-the-database-engine-using-extended-protection.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,14 @@ The following links provide more information about how Windows supports **Extend
5858
- [Integrated Windows Authentication with Extended Protection](/previous-versions/visualstudio/visual-studio-2008/dd639324(v=vs.90))
5959
- [Microsoft Security Advisory (973811), Extended Protection for Authentication](/security-updates/SecurityAdvisories/2009/973811)
6060

61+
### Driver support
62+
63+
The only drivers that support Extended Protection are Windows-based
64+
- Microsoft ODBC Driver for SQL Server (on Windows only)
65+
- Microsoft OLE DB Driver for SQL Server
66+
- System.Data.SqlClient (in .NET Framework on Windows)
67+
- Microsoft.Data.SqlClient (on Windows)
68+
6169
## Settings
6270

6371
There are three SQL Server connection settings that affect service binding and channel binding. The settings can be configured using the SQL Server Configuration Manager or WMI and viewed using the **Server Protocol Settings** facet of Policy Based Management.

0 commit comments

Comments
 (0)