Show / Hide Table of Contents

    Class LicenseInfo

    Provides public information about the product license.

    Inheritance
    Object
    LicenseInfo
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Nevatech.Vsb.Repository.Security.Licensing
    Assembly: Nevatech.Vsb.Repository.dll
    Syntax
    public sealed class LicenseInfo

    Constructors

    LicenseInfo()

    Initializes an empty instance.

    Declaration
    public LicenseInfo()

    Properties

    Description

    Gets the description of the license type and features.

    Declaration
    public string Description { get; }
    Property Value
    Type Description
    String

    Expiration

    Gets the license expiration date. If not set then license is perpetual.

    Declaration
    public DateTime? Expiration { get; }
    Property Value
    Type Description
    Nullable<DateTime>

    Features

    Gets the product premium features that license enables.

    Declaration
    public LicenseFeatures Features { get; }
    Property Value
    Type Description
    LicenseFeatures

    Type

    Gets the product license type: evaluation, development, non-production, and production.

    Declaration
    public LicenseType Type { get; }
    Property Value
    Type Description
    LicenseType
    Back to top Nevatech Sentinet 6.5 Online Documentation