Enum LicenseStatus
Namespace: Sdl.Common.Licensing.AppSupport
Assembly: Sdl.Common.Licensing.AppSupport.dll
Syntax
public enum LicenseStatus
Fields
Name | Description |
---|---|
Authorized | The license is fully Authorized |
DemoExpired | The license is not authorized - the demo period has expired |
ExportExpired | The license is not authorized - the exported license has expired |
LeaseExpired | The license is not authorized - the lease period has expired |
NotAuthorized | The license is not authorized |
UnknownError | The license is not authorized - an error occurred |