SslStream::BeginAuthenticateAsClient Method
.NET Framework (current version)
Begins an operation to authenticate the client side of a client-server connection.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | BeginAuthenticateAsClient(String^, AsyncCallback^, Object^) | Called by clients to begin an asynchronous operation to authenticate the server and optionally the client. |
![]() | BeginAuthenticateAsClient(String^, X509CertificateCollection^, Boolean, AsyncCallback^, Object^) | Called by clients to begin an asynchronous operation to authenticate the server and optionally the client using the specified certificates and the system default security protocol. |
![]() | BeginAuthenticateAsClient(String^, X509CertificateCollection^, SslProtocols, Boolean, AsyncCallback^, Object^) | Called by clients to begin an asynchronous operation to authenticate the server and optionally the client using the specified certificates and security protocol. |
The overloads of this method do not block while authentication is in progress. To block while waiting for the authentication to complete, use one of the AuthenticateAsClient methods.
Show:
