TCilTsegClientLib Class

Definition

Use an instance of this class to access to CilTseg API.

Delphi
type TCilTsegClientLib = class(TObject)
Inheritance
TObject
TCilTsegClientLib

Constructors

Create(string, Integer, string)

Constructor method to get an instance for this class.

Properties

ServerURL

URL of the CilTseg instance you want to work with.

SoftwareID

Unique ID of the software in the CilTseg backoffice.

SoftwareToken

Unique PRIVATE token of the software in the CilTseg backoffice.

Methods

CheckLicenseActivation(string, string, string, string)

Call the API to check the validity of a license activation.

CheckSettings
GetLicenseInfo(string)

Call the API to get the properties of the given license key.

GetSoftwareLastRelease

Call the API to get the properties of the last declared version for this software in the CilTseg backoffice.

LicenseActivation(string, string, string)

Call the API to activate the license key on this device.

SetServerURL(string)
SetSoftwareID(Integer)
SetSoftwareToken(string)

Fields