ValidateLicenseEx2
Last updated
Last updated
Validates a computer-bound license key.
computerKey
string
computer-bound license key
computerID
string
computer identifier
skipWrites
bool
Do not write any data on the end user system. Should be set to false in most cases.
skipExpiryValidation
bool
Do not check for expiry of the license. Should be set to false in most cases.
string
A message indicating the result of the validation. Do not parse this message. Use GetStatus to get the exact status of the validation.
Prior to calling this function, you must:
Call
Set the PublicKey property
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 to get the status of the call.