Class LicenseStatus
Defines validity of the license or license key.
Inheritance
System.Object
LicenseStatus
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.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 |
---|---|
System.Int32 |
Invalid
License is invalid or not installed.
Declaration
public const int Invalid = 0
Field Value
Type | Description |
---|---|
System.Int32 |
ValidAndNotExpired
License is valid and not expired.
Declaration
public const int ValidAndNotExpired = 2
Field Value
Type | Description |
---|---|
System.Int32 |