ValidateLicenseEx2

Description

Validates a computer-bound license key.

string ValidateLicenseEx2 (string LicenseKey, string ComputerID, 
                           bool skipWrites, bool skipExpiryValidation)

Arguments

Return

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.

Last updated