Class License
A terminal framework license.
public sealed class License : License, IDisposable
- Inheritance
-
License
- Implements
- Inherited Members
Constructors
License(string, string, string, LicenseClaims, LicenseLimits, LicensePrice)
Initialize a new instance.
public License(string plan, string usage, string licenseKey, LicenseClaims claims, LicenseLimits limits, LicensePrice price)
Parameters
plan
stringThe license plan.
usage
stringThe license usage.
licenseKey
stringThe license key.
claims
LicenseClaimsThe license claims.
limits
LicenseLimitsThe license limits.
price
LicensePriceThe license price.
Properties
Claims
The license claims.
public LicenseClaims Claims { get; }
Property Value
LicenseKey
The license key.
public override string LicenseKey { get; }
Property Value
Limits
The license limits.
public LicenseLimits Limits { get; }
Property Value
Plan
The license plan.
public string Plan { get; }
Property Value
Price
The license price.
public LicensePrice Price { get; }
Property Value
Usage
The license usage.
public string Usage { get; }
Property Value
Methods
Dispose()
Disposes the license.
public override void Dispose()