Click or drag to resize

ICredentialsFactoryConfigure Method

Namespace:  Hazelcast.Security
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.0
Syntax
void Configure(
	GroupConfig groupConfig,
	IDictionary<string, string> properties
)

Parameters

groupConfig
Type: Hazelcast.ConfigGroupConfig
GroupConfig
properties
Type: System.Collections.GenericIDictionaryString, String
properties that will be used to pass custom configurations by user
See Also