Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

SslStream::BeginAuthenticateAsClient Method

 

Begins an operation to authenticate the client side of a client-server connection.

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

NameDescription
System_CAPS_pubmethodBeginAuthenticateAsClient(String^, AsyncCallback^, Object^)

Called by clients to begin an asynchronous operation to authenticate the server and optionally the client.

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

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

Return to top
Show:
© 2017 Microsoft