Search Results for

    Show / Hide Table of Contents

    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
    [DataContract(Namespace = "http://schemas.nevatech.com/sentinet/2011/02")]
    [SuppressMessage("Microsoft.Design", "CA1028:EnumStorageShouldBeInt32")]
    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.

    In This Article
    Back to top Nevatech Sentinet 6.7 Online Documentation