AceQL HTTP C# Client SDK v7.7

AceQLCredential Members

The AceQLCredential type exposes the following members.

Constructors


  Name Description
Public method AceQLCredential(String, array<Char>[]()[][])
Creates an object of type AceQLCredential.
Public method 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
Public property Password
Returns the password component of the AceQLCredential object.
Public property SessionId
Gets the Session ID created by AceQL on server side.
Public property Username
Returns the username component of the AceQLCredential object.