ILicenseTrialRegistration

Declaration

ILicenseTrialRegistration : IDispatch

Overview

This interface is meant generate registration keys and specify other registration options.

Properties

Bool UseSerialNumber Gets or sets the option that specifies if license will be a serial up to 80 characters long and will contain an ID and a secure digital signature

Bool UseLicenseId Gets or sets the option to specify the license ID

Bool UseMaintenancePlan Gets or sets the option to specify that license will contain a date which will make it valid only for versions built before that date

Bool UseExpirationDate Gets or sets the option to specify that license will contain a date until it will be valid

Bool UseDateLimit Gets or sets the option to specify that license will only be valid if used until a specific date

Bool UseComputerSpecific Gets or sets the option to specify that license will be valid only on the system from which it has been requested

String ServerUrl Gets or sets the URL address of the license server that can handle online registrations for this library

Bool RuntimeKeyPerMachine Gets or sets the option to register all users on the target computer after any user on that machine have entered a valid registration key

String RuntimeKey Gets or sets the key under which the user registration key will be stored

Bool RuntimeKeyName Gets or sets the name of the registry value that will hold the registration key

String TrialId Gets or sets the trial id

String LibraryKey Gets or sets the key for licensing library inside your application

Bool IdentifyComputerByNetworkAdapters Gets or sets the option to enable/disable licensing to identify a computer using its MAC address

See also

ICustomActionsComponent

IFileCustomAction