SslStream::AuthenticateAsServerAsync Method
.NET Framework (current version)
Called by servers to authenticate the server and optionally the client in a client-server connection as an asynchronous operation.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | AuthenticateAsServerAsync(X509Certificate^) | Called by servers to authenticate the server and optionally the client in a client-server connection using the specified certificate as an asynchronous operation. |
![]() | AuthenticateAsServerAsync(X509Certificate^, Boolean, 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 as an asynchronous operation. |
![]() | AuthenticateAsServerAsync(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 as an asynchronous operation. |
Show:
