Search Results for

    Show / Hide Table of Contents

    Class LicenseStatus

    Defines validity of the license or license key.

    Inheritance
    object
    LicenseStatus
    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 static class LicenseStatus

    Fields

    Expired

    License is valid, but expired.

    Declaration
    public const int Expired = 1
    Field Value
    Type Description
    int

    Invalid

    License is invalid or not installed.

    Declaration
    public const int Invalid = 0
    Field Value
    Type Description
    int

    ValidAndNotExpired

    License is valid and not expired.

    Declaration
    public const int ValidAndNotExpired = 2
    Field Value
    Type Description
    int
    In This Article
    Back to top Nevatech Sentinet 6.7 Online Documentation