Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Commit

Permalink
Provide replacements for SslStream.ConnectAsXxx
Browse files Browse the repository at this point in the history
  • Loading branch information
terrajobst committed Feb 8, 2016
1 parent e62d14e commit 7ee534b
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
### Recommended Action

Use the async alternatives AuthenticateAsClientAsync and AuthenticateAsServerAsync.

### Affected APIs

* `M:System.Net.Security.SslStream.AuthenticateAsClient(System.String)`
* `M:System.Net.Security.SslStream.AuthenticateAsClient(System.String,System.Security.Cryptography.X509Certificates.X509CertificateCollection,System.Security.Authentication.SslProtocols,System.Boolean)`
* `M:System.Net.Security.SslStream.AuthenticateAsServer(System.Security.Cryptography.X509Certificates.X509Certificate)`
* `M:System.Net.Security.SslStream.AuthenticateAsServer(System.Security.Cryptography.X509Certificates.X509Certificate,System.Boolean,System.Security.Authentication.SslProtocols,System.Boolean)`

0 comments on commit 7ee534b

Please sign in to comment.