Validates a computer bound license key. 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. You must call DefineProduct prior to calling this function.
After calling this function, call GetStatus to get the status of the call.
string ValidateLicenseEx2 (string LicenseKey, string ComputerID, bool skipWrites, bool skipExpiryValidation)
Parameters
LicenseKey: License Key to validate
ComputerID: A string identifying the computer.
skipWrites: Do not write any data on the end user system. Should be set to false in most cases.
skipExpiryValidation:Do not check for expiry of the license. Should be set to false in most cases.
Return
Error message if ValidateLicenseEx2 fails to validate or if the license is an evaluation license.
Comments
0 comments
Article is closed for comments.