Click or drag to resize

CredentialsFactoryConfigSetImplementation Method

Set the factory instance

Namespace:  Hazelcast.Config
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.0
Syntax
public CredentialsFactoryConfig SetImplementation(
	ICredentialsFactory factoryImpl
)

Parameters

factoryImpl
Type: Hazelcast.SecurityICredentialsFactory
factory instance to be configured

Return Value

Type: CredentialsFactoryConfig
configured CredentialsFactoryConfig for chaining
See Also