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