Click or drag to resize

CredentialsFactoryConfigSetProperties Method

Namespace:  Hazelcast.Config
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.1
Syntax
public CredentialsFactoryConfig SetProperties(
	Dictionary<string, string> properites
)

Parameters

properites
Type: System.Collections.GenericDictionaryString, String

Return Value

Type: CredentialsFactoryConfig
configured CredentialsFactoryConfig for chaining
See Also