TCilTsegClientLib Class

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

Unit: Olf.CilTseg.ClientLib
System.TObject
  Olf.CilTseg.ClientLib.TCilTsegClientLib
type TCilTsegClientLib = class(TObject)

The TCilTsegClientLib type exposes the following members.

Show:
 NameDescription
Create

Constructor method to get an instance for this class.

Top
Show:
 NameDescription
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.

Top
Show:
 NameDescription
CheckLicenseActivation

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

CheckSettings

GetLicenseInfo

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

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

Top