To retrieve customer information associated to a specific activation key:
[Update the URL and activation key below]
In C#:
IQlmCustomerInfo ci = license.GetCustomerInfo("https://qlm3.net/qlmdemo/qlmLicenseServer/qlmservice.asmx", "AJGI0-C0N00-B9SJ6-A86HD-1P1WE4");
In C++:
IQlmCustomerInfoPtr ci = license->GetCustomerInfo (_bstr_t("https://qlm3.net/qlmdemo/qlmLicenseServer/qlmservice.asmx"), _bstr_t("AJGI0-C0N00-B9SJ6-A86HD-1P1WE4"));
Comments
0 comments
Article is closed for comments.