Click or drag to resize
DseAuthProvider.NewAuthenticator Method

Namespace: Cassandra
Assembly: Cassandra (in Cassandra.dll) Version: 3.6.0
Syntax
C#
public IAuthenticator NewAuthenticator(
	IPEndPoint host
)

Parameters

host
Type: System.Net.IPEndPoint

Return Value

Type: IAuthenticator

Implements

IAuthProvider.NewAuthenticator(IPEndPoint)
See Also