ILicensePackageSerialValidation

Declaration

ILicensePackageSerialValidation : IDispatch

Overview

This interface is meant for organizing trial configuration: Options, Display, Registration .

Properties

Bool UseSerialValidation
Gets or sets the options that enables serial validation

String TemplateValue
Gets or sets the template that will be used to generate the serials

String ValidationMethod
Gets or sets the type of validation that will be used

Array<String> PredefinedSerials
Gets or sets the predefined serials for the package

String AlgorithmSerialsSeed
Gets or sets the seed for the algorithm verifying the serials

String ValidationUrl
Gets or sets the URL to your serial number validation script page

String ValidationDllPath
Gets or sets the path on the disk to dll exporting the function for validation

String ValidationDllFunction
Gets or sets the function name validation dll exported

String Condition
Gets or sets the a boolean expression which must be true for the serial validation to be executed

Methods

NewPredefinedSerial(String aValue = “”)
Adds new predefined serial. If aValue argument is empty, a new serial will be generated.

RemovePredefinedSerial(String aValue)
Removes predefined serial.

ResetAlgorithmSerialsSeed()
Resets algorithm serials seeds.

See also

ICustomActionsComponent

IFileCustomAction