ValidateLicenseEx

Description

Validates a computer-bound license key.

string ValidateLicenseEx (string computeKey, string ComputerID)

Arguments

NameData TypeDescription
computerKeystringcomputer-bound license key
computerIDstringcomputer identifier

Return

Data TypeDescription
stringError message if validation fails

Remarks

You must call DefineProduct prior to calling this function.

You can call this function for any type of license key. If the license key is not computer-bound, set the ComputerID to an empty string.

After calling this function, call GetStatus to get the status of the call.