Method | Description | |
---|---|---|
ActivatedLicenseFeatures ( ) : LicenseFeature | ||
ApprovedUsage ( LicenseFeature licenseFeature, LicenseFeature requestedFeature, int allowedUsage, int actualUsage, string message ) : void | ||
AssertEvaluationLicense ( ) : void | ||
AssertValidUsage ( LicenseFeature feature, QuotaType quotaType, int count ) : void | ||
GetHashKeyToSign ( this key ) : string | ||
GetInnerMostException ( this ex ) : |
||
GetLicensedFeatures ( this key ) : LicenseFeature | ||
HasLicensedFeature ( LicenseFeature feature ) : bool | ||
Init ( ) : void | ||
RegisterLicense ( string licenseKeyText ) : void | ||
RemoveLicense ( ) : void | ||
ToLicenseKey ( this licenseKeyText ) : |
Method | Description | |
---|---|---|
LicenseUtils ( ) : System |
public static ActivatedLicenseFeatures ( ) : LicenseFeature | ||
return | LicenseFeature |
public static ApprovedUsage ( LicenseFeature licenseFeature, LicenseFeature requestedFeature, int allowedUsage, int actualUsage, string message ) : void | ||
licenseFeature | LicenseFeature | |
requestedFeature | LicenseFeature | |
allowedUsage | int | |
actualUsage | int | |
message | string | |
return | void |
public static AssertEvaluationLicense ( ) : void | ||
return | void |
public static AssertValidUsage ( LicenseFeature feature, QuotaType quotaType, int count ) : void | ||
feature | LicenseFeature | |
quotaType | QuotaType | |
count | int | |
return | void |
public static GetHashKeyToSign ( this key ) : string | ||
key | this | |
return | string |
public static GetInnerMostException ( this ex ) : |
||
ex | this | |
return |
public static GetLicensedFeatures ( this key ) : LicenseFeature | ||
key | this | |
return | LicenseFeature |
public static HasLicensedFeature ( LicenseFeature feature ) : bool | ||
feature | LicenseFeature | |
return | bool |
public static RegisterLicense ( string licenseKeyText ) : void | ||
licenseKeyText | string | |
return | void |
public static ToLicenseKey ( this licenseKeyText ) : |
||
licenseKeyText | this | |
return |