Click or drag to resize

ClientSecurityConfigSetCredentialsClassName Method

Credentials class will be instantiated from class name when setCredentialsFactoryConfig and setCredentials are not used. The class will be instantiated with empty constructor.

Namespace:  Hazelcast.Config
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.0
Syntax
public ClientSecurityConfig SetCredentialsClassName(
	string credentialsClassname
)

Parameters

credentialsClassname
Type: SystemString
class name for credentials

Return Value

Type: ClientSecurityConfig
configured ClientSecurityConfig for chaining
See Also