Click or drag to resize
DseGssapiAuthProvider Constructor
Creates a new instance of DseGssapiAuthProvider.

Namespace: Dse.Auth
Assembly: Dse (in Dse.dll) Version: 1.0.0
Syntax
C#
public DseGssapiAuthProvider(
	string service = "dse",
	Func<IPEndPoint, string> hostNameResolver = null
)

Parameters

service (Optional)
Type: SystemString
Name of the service. Defaults to "dse"
hostNameResolver (Optional)
Type: SystemFuncIPEndPoint, String
Method to resolve the host name given the endpoint. Defaults to UseIpResolver(IPEndPoint).
See Also