How to generate license signing key for my application?

How to generate license signing key for my application?

There are two ways:
  1. Use LibraryToolbox.exe
    1. Open toolbox and click "Generate new" button.
    2. Choose the location, where will be your keypair stored
  2. Do it programatically via TreeksLicensingLibrary.LicenseSigningKey object
    1. Simply create new instance of TreeksLicensingLibrary.LicenseSigningKey
    2. Use TreeksLicensingLibrary.LicenseSigningKey.SaveFile or TreeksLicensingLibrary.LicenseSigningKey.PublicKeyXML and TreeksLicensingLibrary.LicenseSigningKey.PrivateKeyXML to work with your license signing key.

Did this answer your question?