Enum LicenseType
Defines the product license types: evaluation, development, non-production, and production.
Namespace: Nevatech.Vsb.Repository.Security.Licensing
Assembly: Nevatech.Vsb.Repository.dll
Syntax
public enum LicenseType : byte
Fields
| Name | Description |
|---|---|
| Development | Commercial license to be used on developer workstations. |
| Evaluation | Trial non-commercial short-living license to be used for product evaluation only. |
| NonProduction | Commercial license to be used on non-production servers (Development, QA, Pre-Production). |
| Production | Commercial license to be used on production servers. |