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::AuthenticateAsClient Method

 

Authenticate the client side of a client-server connection.

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

NameDescription
System_CAPS_pubmethodAuthenticateAsClient(String^)

Called by clients to authenticate the server and optionally the client in a client-server connection.

System_CAPS_pubmethodAuthenticateAsClient(String^, X509CertificateCollection^, Boolean)

Called by clients to authenticate the server and optionally the client in a client-server connection. The authentication process uses the specified certificate collection, and the system default SSL protocol.

System_CAPS_pubmethodAuthenticateAsClient(String^, X509CertificateCollection^, SslProtocols, Boolean)

Called by clients to authenticate the server and optionally the client in a client-server connection. The authentication process uses the specified certificate collection and SSL protocol.

Return to top
Show:
© 2017 Microsoft