VaserKerberosClient Class |
Namespace: Vaser.ConnectionSettings
public class VaserKerberosClient
Name | Description | |
---|---|---|
![]() | VaserKerberosClient | Called by clients to authenticate the client, and optionally the server, in a client-server connection. |
![]() | VaserKerberosClient(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. |
![]() | VaserKerberosClient(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. |
![]() | VaserKerberosClient(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. |
![]() | VaserKerberosClient(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. |