Support
Joined: 18 Jul 2005 Posts: 731
|
Posted: Thu Dec 02, 2010 11:14 am Post subject: INFO: How to set license for the CryptoLicensing Generator API or the license service |
|
|
By default, the CryptoLicensing Generator API and the license service (which indirectly uses the Generator API) operate in evaluation mode; in this mode all generated licenses expire after 30 days (the "Absolute Date Of Expiration" is set 30 days ahead). If you are a licensed user of CryptoLicensing, you need to set your license code so that the API operates in full licensed mode. This license code is specified via the CryptoLicenseGenerator.SetLicenseCode method.
When you purchase CryptoLicensing, we send you a the license information email with the subject "License Information For CryptoLicensing...". That email has two types of license codes:
1. Normal (non-License Service code)
This license code should be used with the CryptoLicenseGenerator.SetLicenseCode method when using the Generator API in a Windows Forms or Console App, or any other Desktop (non-ASP.Net context).
This license code is also the one to be used in the CryptoLicensing UI via Help menu --> Enter License
2. "License Service" Code
This license code should be used with the CryptoLicenseGenerator.SetLicenseCode method when using the Generator API in any ASP.Net context like the license service, e-commerce pages, or any other ASP.Net pages in which you use the Generator API.
Call the SetLicenseCode method as the first thing in the constructor of your license service class or that of your e-commerce page class. |
|