NegotiateStream::AuthenticateAsClientAsync Method
Called by clients to authenticate the client, and optionally the server, in a client-server connection as an asynchronous operation.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | AuthenticateAsClientAsync() | Called by clients to authenticate the client, and optionally the server, in a client-server connection as an asynchronous operation. |
![]() | AuthenticateAsClientAsync(NetworkCredential^, ChannelBinding^, String^) | Called by clients to authenticate the client, and optionally the server, in a client-server connection as an asynchronous operation. The authentication process uses the specified client credential and the channel binding. |
![]() | AuthenticateAsClientAsync(NetworkCredential^, ChannelBinding^, String^, ProtectionLevel, TokenImpersonationLevel) | Called by clients to authenticate the client, and optionally the server, in a client-server connection as an asynchronous operation. The authentication process uses the specified credential, authentication options, and channel binding. |
![]() | AuthenticateAsClientAsync(NetworkCredential^, String^) | Called by clients to authenticate the client, and optionally the server, in a client-server connection as an asynchronous operation. The authentication process uses the specified client credential. |
![]() | AuthenticateAsClientAsync(NetworkCredential^, String^, ProtectionLevel, TokenImpersonationLevel) | Called by clients to authenticate the client, and optionally the server, in a client-server connection as an asynchronous operation. The authentication process uses the specified credentials and authentication options. |
