Class LicenseInfo
Provides public information about the product license.
Inheritance
System.Object
LicenseInfo
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 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 |
---|---|
System.String |
Expiration
Gets the license expiration date. If not set then license is perpetual.
Declaration
public DateTime? Expiration { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.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 |