forked from dotnet/wcf
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add transport security support for net.tcp
* Add support for SecurityMode.Transport in net.tcp * Add in support for client X509Certificates for WCF Core * Add StreamSecurityBindingElement * Add SslStreamSecurity and supporting components * Add WindowsStreamSecurity stubs * Import IdentityModel code around X509 cert, tokens * Disable failing tests due to WindowsStreamSecurity being stubbed now (dotnet#301) * Add support for DnsEndpointIdentity Fixes dotnet#9, dotnet#12, dotnet#81
- Loading branch information
Showing
96 changed files
with
4,317 additions
and
1,281 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.