Click or drag to resize

ICredentialsFactoryNewCredentials Method

Creates new ICredentials object.

Namespace:  Hazelcast.Security
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.1
Syntax
ICredentials NewCredentials()

Return Value

Type: ICredentials
the new Credentials object
Remarks
This method will be called on every connection authentication tries.
See Also