Automated License Deactivation
Overview
QLM Deactivation Form Method
// Assuming lv is an instance of the LicenseValidator class
// Set the computerID to the unique identifier that you are using for node locking
string computerID = Environment.MachineName;
// The deactivation form displays all the computers on which this license is activated
// and allows the user to deactivate any of the activated systems
QlmDeactivateFrm frm = new QlmDeactivateFrm(lv.QlmLicenseObject, lv.ActivationKey, computerID);
frm.ShowDialog(this);QLM Deactivation API Method
Last updated