SslStream::AuthenticateAsClient Method
.NET Framework (current version)
Authenticate the client side of a client-server connection.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | AuthenticateAsClient(String^) | Called by clients to authenticate the server and optionally the client in a client-server connection. |
![]() | AuthenticateAsClient(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. |
![]() | AuthenticateAsClient(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. |
Show:
