Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix wording
Co-authored-by: Marie Píchová <[email protected]>
  • Loading branch information
rzikm and ManickaP authored Mar 16, 2022
commit 19cfb62ad41e6c4e7d154684340509577a052e98
2 changes: 1 addition & 1 deletion xml/System.Net.Security/SslCertificateTrust.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@

## Remarks

If the `sendTrustInHandshake` argument is `true`, the client can use the list of trusted certificate authorities from the server to select an appropriate client certificate. Sending trusted issuers list is not supported for `SslCertificateTrust` instances created using the `SslCertificaetTrust.CreateForX509Collection` is not supported in .NET 6.
If the `sendTrustInHandshake` argument is `true`, the client can use the list of trusted certificate authorities from the server to select an appropriate client certificate. Sending trusted issuers list is not supported for `SslCertificateTrust` instances created using the `SslCertificaetTrust.CreateForX509Collection` in .NET 6.

Since .NET 7, the sending trusted issuers list is supported on Linux and OSX platforms.

Expand Down