Click or drag to resize

VaserKerberosServer Class

This class provides security options for Kerberos encrypted server sockets.
Inheritance Hierarchy
SystemObject
  Vaser.ConnectionSettingsVaserKerberosServer

Namespace:  Vaser.ConnectionSettings
Assembly:  Vaser (in Vaser.dll) Version: 1.1.23.0 (1.1.23.0)
Syntax
C#
public class VaserKerberosServer
Constructors
  NameDescription
Public methodVaserKerberosServer
Called by servers to authenticate the client, and optionally the server, in a client-server connection.
Public methodVaserKerberosServer(ExtendedProtectionPolicy)
Called by servers to authenticate the client, and optionally the server, in a client-server connection. The authentication process uses the specified extended protection policy.
Public methodVaserKerberosServer(NetworkCredential, ProtectionLevel, TokenImpersonationLevel)
Called by servers to authenticate the client, and optionally the server, in a client-server connection. The authentication process uses the specified server credentials and authentication options.
Public methodVaserKerberosServer(NetworkCredential, ExtendedProtectionPolicy, ProtectionLevel, TokenImpersonationLevel)
Called by servers to authenticate the client, and optionally the server, in a client-server connection. The authentication process uses the specified server credentials, authentication options, and extended protection policy.
Top
See Also