SslStream::AuthenticateAsClientAsync Method
.NET Framework (current version)
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. |
Show:
