Channel Binding Support in Microsoft.Data.SqlClient
System.Data.SqlClient has limited/no Channel Binding support, which is one of the key reasons Microsoft built the new driver.
| Feature | System.Data.SqlClient | Microsoft.Data.SqlClient |
|---|---|---|
| Channel Binding (EPA) | ? Not supported | ? Fully supported |
| Force Encryption | ?? Limited | ? Full support |
| Azure AD Auth | ? No | ? Yes |
| TLS 1.2/1.3 | ?? Limited | ? Yes |
