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
    Int32

    Invalid

    License is invalid or not installed.

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

    ValidAndNotExpired

    License is valid and not expired.

    Declaration
    public const int ValidAndNotExpired = 2
    Field Value
    Type Description
    Int32
    Back to top Nevatech Sentinet 6.5 Online Documentation