Details about a Chronos style license.
More...
|
bool | ActivationMatches (string activationCode) |
| Checks if the given activation code matches the license and the current machine.
|
|
|
string | Serial [get] |
| The license code for which the information is provided.
|
|
int | ProductId [get] |
| Axel Semrau internal product numbers.
|
|
DateTime | IssueDate [get] |
| Official license issue date.
|
|
bool | IsValid [get] |
| Check if the license code is formally correct. Does not check any date restrictions.
|
|
Details about a Chronos style license.
Definition at line 183 of file Helpers.cs.
◆ ActivationMatches()
bool AxelSemrau.Chronos.Plugin.ILicenseInfo.ActivationMatches |
( |
string | activationCode | ) |
|
Checks if the given activation code matches the license and the current machine.
- Parameters
-
- Returns
◆ IssueDate
DateTime AxelSemrau.Chronos.Plugin.ILicenseInfo.IssueDate |
|
get |
Official license issue date.
Definition at line 196 of file Helpers.cs.
◆ IsValid
bool AxelSemrau.Chronos.Plugin.ILicenseInfo.IsValid |
|
get |
Check if the license code is formally correct. Does not check any date restrictions.
Definition at line 200 of file Helpers.cs.
◆ ProductId
int AxelSemrau.Chronos.Plugin.ILicenseInfo.ProductId |
|
get |
Axel Semrau internal product numbers.
Definition at line 192 of file Helpers.cs.
◆ Serial
string AxelSemrau.Chronos.Plugin.ILicenseInfo.Serial |
|
get |
The license code for which the information is provided.
Definition at line 188 of file Helpers.cs.
The documentation for this interface was generated from the following file: