Click or drag to resize

CredentialsFactoryConfigSetClassName Method

Sets the class name of ICredentialsFactory implementation that will be used to instantiate the factory instance

Namespace:  Hazelcast.Config
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.1
Syntax
public CredentialsFactoryConfig SetClassName(
	string classname
)

Parameters

classname
Type: SystemString
the factory class name

Return Value

Type: CredentialsFactoryConfig
configured CredentialsFactoryConfig for chaining
See Also