SslStream::AuthenticateAsClientAsync Method

.NET Framework (current version)
 

Authenticate the client side of a client-server connection as an asynchronous operation.

Namespace:   System.Net.Security
Assembly:  System (in System.dll)

NameDescription
System_CAPS_pubmethodAuthenticateAsClientAsync(String^)

Called by clients to authenticate the server and optionally the client in a client-server connection as an asynchronous operation.

System_CAPS_pubmethodAuthenticateAsClientAsync(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.

System_CAPS_pubmethodAuthenticateAsClientAsync(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.

Return to top
Show: