Interface ILicenseTool
Assembly: FChoice.Common.dll
public interface ILicenseTool
Methods
Declaration
DateTime[] GraceEventInfo(string licenseKey)
Parameters
Type |
Name |
Description |
System.String |
licenseKey |
|
Returns
Type |
Description |
System.DateTime[] |
|
Declaration
void LogGraceEvent(string licenseKey)
Parameters
Type |
Name |
Description |
System.String |
licenseKey |
|
Declaration
LicenseCollection RetrieveLicenses()
Returns
Declaration
bool ValidateLockdownData(string lockdownData)
Parameters
Type |
Name |
Description |
System.String |
lockdownData |
|
Returns
Type |
Description |
System.Boolean |
|