Hi,
I want to use a license-activation tool A, with which I activate a license. Then I want to start tool B and check if the license is genuine. Unfortunately, due to the ‘cryptographic digital signature’, it seems that before I can call the function IsLicenseGenuine() the function Activate() must have been called to create the ‘cryptographic digital signature’ for tool B. How can I avoid having to run Activate() on the tool B again? (as such a signature was already created using tool A.)
Thank you!