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 LicenseBinding to None. You must call DefineProduct prior to calling this function.
After calling this function, call GetStatus to get the status of the call.
string ValidateLicenseEx3 (string LicenseKey, ELicenseBinding licenseBinding, bool skipWrites, bool skipExpiryValidation)
Parameters
LicenseKey: License Key to validate
licenseBinding: License Binding type.
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 ValidateLicenseEx3 fails to validate or if the license is an evaluation license.
Comments
0 comments
Please sign in to leave a comment.