Class LicenseInfo
Provides public information about the product license.
Inherited Members
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 |