| LicenseStatus Enumeration |
Status of the license validation.
Namespace:
Limilabs.FTP.Licensing
Assembly:
Ftp (in Ftp.dll) Version: 2.0.22214.1022
Syntax public enum LicenseStatus
Public Enumeration LicenseStatus
public enum class LicenseStatus
Members
| Member name | Value | Description |
---|
| NotLoaded | 0 |
There was no attempt to load and check the license file yet.
|
| NoLicenseFile | 1 |
There is no license file in appropriate folder.
Please check the value of GetLicensePath method and place your license there.
|
| Invalid | 2 |
License was loaded, but is invalid.
|
| InvalidXml | 3 |
License was loaded, but the XML is invalid.
|
| InvalidSignature | 4 |
License was loaded, but it has invalid signature.
|
| InvalidLicenseXml | 5 |
License was loaded, but the XML is not a license.
|
| Exception | 6 |
License was loaded, but an exception occurred.
|
| Valid | 7 |
License was loaded and is valid.
|
| Revoked | 8 |
Valid license was loaded, but was revoked.
|
| VersionNotCovered | 9 |
Your license doesn't cover this version - it was released after your support expired.
|
See Also