Gets the product properties from the License Server, validates the signature and then writes them to a file on disk. The QlmLicense.DefaultWebServiceUrl must be set before calling this function.
C#: bool WriteProductPropertiesFile(string activationKey, string licenseFile, out string errorMessage)
Parameters
activationKey - activation key of the product properties to write
licenseFile- the filename of the products properties file
errorMessage - an error message if the operation fails.
Return
True if the operation succeeded.
Comments
0 comments
Please sign in to leave a comment.