Click or drag to resize
KerberosAuthenticator Constructor
Initializes a new instance of the KerberosAuthenticator class

Namespace: Cassandra
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax
C#
public KerberosAuthenticator(
	string hostname,
	NetworkCredential credential,
	string principal
)

Parameters

hostname
Type: SystemString
credential
Type: System.NetNetworkCredential
principal
Type: SystemString
See Also