AceQLCredential Members
The AceQLCredential type exposes the following members.
Constructors
Name | Description | |
---|---|---|
AceQLCredential(String, array<Char>[]()[][]) |
Creates an object of type AceQLCredential.
|
|
AceQLCredential(String, String) |
Initializes a new instance of the AceQLCredential class. This constructor allows authentication without a password using a
session_id value returned by AceQL login API on server side.
|
Properties
Name | Description | |
---|---|---|
Password |
Returns the password component of the AceQLCredential object.
|
|
SessionId |
Gets the Session ID created by AceQL on server side.
|
|
Username |
Returns the username component of the AceQLCredential object.
|