NegotiateStream.BeginAuthenticateAsServer Method
.NET Framework 3.0
Begins an asynchronous operation to handle the server side of authenticating a client-server connection.
| Name | Description |
|---|---|
| NegotiateStream.BeginAuthenticateAsServer (AsyncCallback, Object) | Called by servers to begin an asynchronous operation to authenticate the client, and optionally the server, in a client-server connection. This method does not block. |
| NegotiateStream.BeginAuthenticateAsServer (NetworkCredential, ProtectionLevel, TokenImpersonationLevel, AsyncCallback, Object) | Called by servers to begin an asynchronous operation to authenticate the client, and optionally the server, in a client-server connection. The authentication process uses the specified server credentials and authentication options. This method does not block. |
The overloads of this method do not block while the authentication is in progress. To block while waiting for the authentication to complete, use the AuthenticateAsServer method.