SslStream.AuthenticateAsServerAsync Method
.NET Framework 4.5
Called by servers to authenticate the server and optionally the client in a client-server connection as an asynchronous operation.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| 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, 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. |