AceQL HTTP C# Client SDK v7.7

AceQLCredential Constructor (String, array<Char>[]()[][])

Creates an object of type AceQLCredential.

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

Syntax


public AceQLCredential(
	string username,
	char[] password
)

Parameters

username
Type: String
The username.
password
Type: array<Char>[]()[][]
The password.

Exceptions


ExceptionCondition
[System.ArgumentNullException]If username or password is null.