DseGssapiAuthProvider Constructor |
Namespace:
Dse.Auth
Assembly:
Dse (in Dse.dll) Version: 2.6.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