This commit is contained in:
@@ -58,15 +58,7 @@ namespace AyaNova.Core
|
||||
//This feature name means it's a trial key
|
||||
private const string TRIAL_FEATURE_NAME = "TrialMode";
|
||||
|
||||
//This feature name means it's a SAAS or rental mode key for month to month hosted service
|
||||
// private const string RENTAL_FEATURE_NAME = "Subscription";
|
||||
|
||||
|
||||
//Trial key magic number for development and testing, all other guids will be fully licensed
|
||||
// private static Guid TEST_TRIAL_KEY_DBID = new Guid("{A6D18A8A-5613-4979-99DA-80D07641A2FE}");
|
||||
|
||||
|
||||
|
||||
|
||||
//Current license key, can be empty
|
||||
private static AyaNovaLicenseKey _ActiveLicense = new AyaNovaLicenseKey();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user