AceQL.Client.Api Namespace
AceQL.Client.Api.Metadata Namespace
AceQL HTTP C# Client SDK v7.3

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
ArgumentNullExceptionIf username or password is null.