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 ValidateLicenseEx (string LicenseKey, string ComputerID)
Parameters
LicenseKey: License Key to validate
ComputerID: A string identifying the computer.
Return
Error message if ValidateLicenseEx fails to validate or if the license is an evaluation license.
Comments
0 comments
Article is closed for comments.