Click or drag to resize

VaserKerberosClient Constructor (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.

Namespace:  Vaser.ConnectionSettings
Assembly:  Vaser (in Vaser.dll) Version: 1.1.23.0 (1.1.23.0)
Syntax
C#
public VaserKerberosClient( 	NetworkCredential credential, 	ChannelBinding binding, 	string targetName )

Parameters

credential
Type: System.NetNetworkCredential
The NetworkCredential that is used to establish the identity of the client.
binding
Type: System.Security.Authentication.ExtendedProtectionChannelBinding
The ChannelBinding that is used for extended protection.
targetName
Type: SystemString
The Service Principal Name (SPN) that uniquely identifies the server to authenticate.
See Also