Class LicenseStatus
Defines validity of the license or license key.
Inherited Members
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 |