Click or drag to resize

UsernamePasswordCredentials Constructor (String, String)

Initializes a new instance of the UsernamePasswordCredentials class

Namespace:  Hazelcast.Security
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.1
Syntax
public UsernamePasswordCredentials(
	string username,
	string password
)

Parameters

username
Type: SystemString
password
Type: SystemString
See Also