Click or drag to resize

VaserKerberosClient Class

This class provides security options for Kerberos encrypted client connections.
Inheritance Hierarchy
SystemObject
  Vaser.ConnectionSettingsVaserKerberosClient

Namespace:  Vaser.ConnectionSettings
Assembly:  Vaser (in Vaser.dll) Version: 1.1.23.0 (1.1.23.0)
Syntax
C#
public class VaserKerberosClient
Constructors
  NameDescription
Public methodVaserKerberosClient
Called by clients to authenticate the client, and optionally the server, in a client-server connection.
Public methodVaserKerberosClient(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.
Public methodVaserKerberosClient(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.
Public methodVaserKerberosClient(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.
Public methodVaserKerberosClient(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.
Top
See Also