DseGssapiAuthProvider Constructor |
Namespace: Dse.AuthAssembly: Dse (in Dse.dll) Version: 2.2.0
Syntax 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