soldierq / QLicense

A Ready To Use Software Licensing Solution in C#
MIT License
181 stars 93 forks source link

When ran on win7, it was always failed. #18

Open smartdragon opened 2 years ago

smartdragon commented 2 years ago

tested on Win10 works fine. But when ran on win7, it was always failed. I tracked the problem was :

// Check the signature and return the result. return signedXml.CheckSignature(Key);

Always false on Win7

Mubark-p commented 2 years ago

any answer !