EncryptionAlgorithm
LicenseValidator lv = new LicenseValidator (settingsXmlFile);
lv.QlmLicenseObject.EncryptionAlgorithm = QlmEncryptionAlgorigthm.Aes;
lv.QlmLicenseObject.StoreKeys (...);Last updated
LicenseValidator lv = new LicenseValidator (settingsXmlFile);
lv.QlmLicenseObject.EncryptionAlgorithm = QlmEncryptionAlgorigthm.Aes;
lv.QlmLicenseObject.StoreKeys (...);Last updated