Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

SslStream::AuthenticateAsServer Method

 

Called by servers to authenticate the server and optionally the client in a client-server connection.

Namespace:   System.Net.Security
Assembly:  System (in System.dll)

NameDescription
System_CAPS_pubmethodAuthenticateAsServer(X509Certificate^)

Called by servers to authenticate the server and optionally the client in a client-server connection using the specified certificate.

System_CAPS_pubmethodAuthenticateAsServer(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.

System_CAPS_pubmethodAuthenticateAsServer(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.

Win9xFamily

The AuthenticateAsServer method is not supported.

Return to top
Show:
© 2017 Microsoft