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

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.

Methods


  Name Description
Public method Equals(System.Object) (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

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.