soldierq / QLicense

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

The specified network password is not correct #19

Open m4848 opened 2 years ago

m4848 commented 2 years ago

Hi, I built the project with no errors also had LicenseSign.pfx in DemoActivationTool folder. When trying to generate the license having the following error "System.Security.Cryptography.CryptographicException: 'The specified network password is not correct". Do I have to do any modifications to the certificate?

Thanks in advance! NetworkSpecifiedPasswordError

m4848 commented 2 years ago

was able to resolve it by exporting private key to Demo Activation folder with password generated and public key to Demo windowsformApp with out password. And use the generated password key in your form as shown below. Good luck password