SslStream::AuthenticateAsServer Method
.NET Framework (current version)
Called by servers to authenticate the server and optionally the client in a client-server connection.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | AuthenticateAsServer(X509Certificate^) | Called by servers to authenticate the server and optionally the client in a client-server connection using the specified certificate. |
![]() | AuthenticateAsServer(X509Certificate^, Boolean, Boolean) | Called by servers to authenticate the server and optionally the client in a client-server connection using the specified certificates and requirements, and using the sytem default security protocol. |
![]() | AuthenticateAsServer(X509Certificate^, Boolean, SslProtocols, Boolean) | Called by servers to authenticate the server and optionally the client in a client-server connection using the specified certificates, requirements and security protocol. |
The AuthenticateAsServer method is not supported.
Show:
