| LicenseStatus Enumeration |
Status of the license validation.
Namespace:
Limilabs.Licensing
Assembly:
Barcode (in Barcode.dll) Version: 2.0.0.20
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.
|
| InvalidSignature | 3 |
License was loaded, but it has invalid signature.
|
| InvalidXml | 4 |
License was loaded, but the XML is invalid.
|
| Exception | 5 |
License was loaded, but an exception occurred.
|
| Valid | 6 |
License was loaded and is valid.
|
| Revoked | 7 |
Valid license was loaded, but was revoked.
|
See Also