Last updated
Last updated
Gets the Product Properties associated to an Activation Key.
The return value is an XML fragment that contains all product properties and their values. This XML fragment is digitally signed with an RSA Private Key. You can parse the XML fragment and convert it to a QlmProductProperty object by using the QlmProductProperties Deserialize method. In most cases, you will need to store this XML fragment in a file on the end-user system. It is recommended that every time you load the XML fragment from disk, you verify the digital signature to ensure that no tampering of the data in the file was performed.
webServiceUrl
string
URL to the QLM License Server
activationKey
string
the activation key
response
out string
XML fragment containing the result of the call.
string
The return value is an XML fragment that contains all product properties and their values.