This topic has not yet been rated - Rate this topic

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.

  NameDescription
Public method 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.
Public method 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.
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.