TCilTsegClientLib.LicenseActivation Method

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

Unit: Olf.CilTseg.ClientLib
function LicenseActivation(const ALicenseNumber: string; const AUserEmail: string; const ADeviceName: string): TCilTsegLicenseActivation

Parameters

ALicenseNumber
Type: System.string

AUserEmail
Type: System.string

ADeviceName
Type: System.string

See the DeviceName as a computer (real or virtual machine) unique identifier. You can use the operating system name, a device or harddrive identifier depending on the security level you need. CilTseg won't do anithing with it. It's your job to get and check it to verify a license activation with CheckLicenseActivation() method. The call is done in current thread. It can block the process if a timeout occured.