Click or drag to resize
LicenseStatus Enumeration
Status of the license validation.

Namespace:  Limilabs.Licensing
Assembly:  Barcode (in Barcode.dll) Version: 2.0.0.20
Syntax
public enum LicenseStatus
Members
  Member nameValueDescription
NotLoaded0 There was no attempt to load and check the license file yet.
NoLicenseFile1 There is no license file in appropriate folder. Please check the value of GetLicensePath method and place your license there.
Invalid2 License was loaded, but is invalid.
InvalidSignature3 License was loaded, but it has invalid signature.
InvalidXml4 License was loaded, but the XML is invalid.
Exception5 License was loaded, but an exception occurred.
Valid6 License was loaded and is valid.
Revoked7 Valid license was loaded, but was revoked.
See Also