This topic has not yet been rated - Rate this topic

NegotiateStream.BeginAuthenticateAsServer Method

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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.