AceQL HTTP C# Client SDK v7.5.1

PasswordAuthentication Constructor

Creates a new {@code PasswordAuthentication} object from the given user name and password.

Note that the given user password is cloned before it is stored in the new PasswordAuthentication object.

Namespace:  AceQL.Client.Api
Assembly:  AceQL.Client (in AceQL.Client.dll)

Syntax


public PasswordAuthentication(
	string userName,
	char[] password
)

Parameters

userName
Type: String
the user name
password
Type: array<Char>[]()[][]
the user's password