Enum LicenseErrorReason
Specifies the reason that fails the license validation.
Namespace: DevZest.Licensing
Assembly: DevZest.Licensing.dll
Syntax
public enum LicenseErrorReason
Fields
Name | Description |
---|---|
ExpiredLicense | The license is expired. |
InvalidLicense | The license is invalid. |
NullLicense | The assembly is not licensed. |