Status of the license validation.
Namespace: Limilabs.WHOIS.LicensingAssembly: Whois (in Whois.dll) Version: 2.0.1238.1610
Syntax
| C# |
|---|
public enum LicenseStatus |
| Visual Basic |
|---|
Public Enumeration LicenseStatus |
| Visual C++ |
|---|
public enum class LicenseStatus |
Members
| Member name | Value | Description | |
|---|---|---|---|
| NoLicenseFile | 0 | There is no license file in appropriate folder. Please check the value of GetLicensePath()()()() method and place your license there. | |
| Invalid | 1 | License was loaded, but is invalid. | |
| InvalidSignature | 2 | License was loaded, but it has invalid signature. | |
| InvalidXml | 3 | License was loaded, but the XML is invalid. | |
| Exception | 4 | License was loaded, but an exception occured. | |
| Valid | 5 | License was loaded and is valid. | |
| Revoked | 6 | Valid license was loaded, but was revoked. |