Status of the license validation.

Namespace: Limilabs.WHOIS.Licensing
Assembly: 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 nameValueDescription
NoLicenseFile0 There is no license file in appropriate folder. Please check the value of GetLicensePath()()()() method and place your license there.
Invalid1 License was loaded, but is invalid.
InvalidSignature2 License was loaded, but it has invalid signature.
InvalidXml3 License was loaded, but the XML is invalid.
Exception4 License was loaded, but an exception occured.
Valid5 License was loaded and is valid.
Revoked6 Valid license was loaded, but was revoked.

See Also