NegotiateStream::BeginAuthenticateAsClient Method
Begins an asynchronous operation to authenticate the client side of a client-server connection.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | BeginAuthenticateAsClient(AsyncCallback^, Object^) | Called by clients to begin an asynchronous operation to authenticate the client, and optionally the server, in a client-server connection. This method does not block. |
![]() | BeginAuthenticateAsClient(NetworkCredential^, ChannelBinding^, String^, AsyncCallback^, Object^) | Called by clients to begin an asynchronous operation to authenticate the client, and optionally the server, in a client-server connection. The authentication process uses the specified credentials and channel binding. This method does not block. |
![]() | BeginAuthenticateAsClient(NetworkCredential^, ChannelBinding^, String^, ProtectionLevel, TokenImpersonationLevel, AsyncCallback^, Object^) | Called by clients to begin an asynchronous operation to authenticate the client, and optionally the server, in a client-server connection. The authentication process uses the specified credentials, authentication options, and channel binding. This method does not block. |
![]() | BeginAuthenticateAsClient(NetworkCredential^, String^, AsyncCallback^, Object^) | Called by clients to begin an asynchronous operation to authenticate the client, and optionally the server, in a client-server connection. The authentication process uses the specified credentials. This method does not block. |
![]() | BeginAuthenticateAsClient(NetworkCredential^, String^, ProtectionLevel, TokenImpersonationLevel, AsyncCallback^, Object^) | Called by clients to begin an asynchronous operation to authenticate the client, and optionally the server, in a client-server connection. The authentication process uses the specified credentials and authentication options. This method does not block. |
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 AuthenticateAsClient methods.
