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::BeginAuthenticateAsServer Method

 

Begins an asynchronous operation to handle the server side of authenticating a client-server connection.

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

NameDescription
System_CAPS_pubmethodBeginAuthenticateAsServer(X509Certificate^, AsyncCallback^, Object^)

Called by servers to begin an asynchronous operation to authenticate the client and optionally the server in a client-server connection.

System_CAPS_pubmethodBeginAuthenticateAsServer(X509Certificate^, Boolean, Boolean, AsyncCallback^, Object^)

Called by servers to begin an asynchronous operation to authenticate the server and optionally the client using the specified certificates and requirements, and the system default security protocol.

System_CAPS_pubmethodBeginAuthenticateAsServer(X509Certificate^, Boolean, SslProtocols, Boolean, AsyncCallback^, Object^)

Called by servers to begin an asynchronous operation to authenticate the server and optionally the client using the specified certificates, requirements and security protocol.

The overloads of this method do not block while authentication is in progress. To block while waiting for the authentication to complete, use one of the AuthenticateAsServer methods.

Win9xFamily

The BeginAuthenticateAsServer method is not supported.

Return to top
Show:
© 2017 Microsoft