VaserKerberosClient Constructor (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.
Namespace: Vaser.ConnectionSettings Assembly: Vaser (in Vaser.dll) Version: 1.1.23.0 (1.1.23.0)
Syntax public VaserKerberosClient( NetworkCredential credential, string targetName )
Parameters
- credential
- Type: System.NetNetworkCredential
The NetworkCredential that is used to establish the identity of the client. - targetName
- Type: SystemString
The Service Principal Name (SPN) that uniquely identifies the server to authenticate.
See Also