ValidateLicenseEx

Description

Validates a computer-bound license key.

string ValidateLicenseEx (string computeKey, string ComputerID)

Arguments

Name
Data Type
Description

computerKey

string

computer-bound license key

computerID

string

computer identifier

Return

Data Type
Description

string

A message indicating the result of the validation. Do not parse this message. Use GetStatus to get the exact status of the validation.

Remarks

Prior to calling this function, you must:

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.

Example

Last updated