Gets general settings stored in the floating license xml or database.
C#: bool GetDbData(out string dbPathInDb, out string dbDecryptedPathInDb, out string activationKey, out string computerKey, out string computerID, out string errorMessage)
dbPathInDb - Encrypted value of the full path to the QLM Floating database as registred in the database/xml.
dbDecryptedPathInDb - Non-encrypted full path to the QLM Floating database as registred in the database/xml. If this value does not match the encrypted value, an error will be thrown. The only time this can happen is if the path is manually modified in the xml file.
activationKey - Activation Key.
computerKey- Computer bound license key.
computerID - Identifier of the computer where the license was activated..
errorMessage - returned error message if the function fails.
Comments
0 comments
Article is closed for comments.