SslStream.AuthenticateAsClientAsync Method
![]() |
---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
Authenticate the client side of a client-server connection as an asynchronous operation.
Assembly: System (in System.dll)
Name | Description | |
---|---|---|
![]() | AuthenticateAsClientAsync(String) | Called by clients to authenticate the server and optionally the client in a client-server connection as an asynchronous operation. |
![]() | AuthenticateAsClientAsync(String, X509CertificateCollection, Boolean) | Called by clients to authenticate the server and optionally the client in a client-server connection as an asynchronous operation. The authentication process uses the specified certificate collection and the system default SSL protocol. |
![]() | AuthenticateAsClientAsync(String, X509CertificateCollection, SslProtocols, Boolean) | Called by clients to authenticate the server and optionally the client in a client-server connection as an asynchronous operation. The authentication process uses the specified certificate collection and SSL protocol. |