![]() |
LicenseSpring Management .Net SDK 1.10.1
Easily add Software Licensing to your application
|
LicenseDetails interface. More...
Properties | |
bool | AllowOverages [get, set] |
Allow or not consumption overages. | |
ConsumptionPeriod | ConsumptionPeriod [get, set] |
Period of consumption reset. | |
CustomField[] | CustomFields [get, set] |
Array of additional custom fields. | |
bool | EnableMaintenancePeriod [get, set] |
Whether the license has maintenance plan or not. | |
bool | IsTrial [get, set] |
Whether the license is trial or not. | |
string | LicenseKey [get, set] |
License key. | |
LicenseUser[] | LicenseUsers [get, set] |
Array of license users. | |
string | MaintenanceDuration [get, set] |
Maintenance duration. | |
uint | MaxActivations [get, set] |
Maximum number of activations. | |
uint | MaxConsumptions [get, set] |
Maximum consumption. | |
uint | MaxOverages [get, set] |
Maximum overages. | |
uint | MaxTransfers [get, set] |
Maximum transfers. | |
string | Note [get, set] |
Note for the license. | |
bool | PreventVM [get, set] |
Prevent using virtual machine. | |
ProductFeature[] | ProductFeatures [get, set] |
Product features available for this license. | |
bool | ResetConsumption [get, set] |
Enable or not periodic consumption reset. | |
LicenseType | Type [get, set] |
License type. | |
string | ValidityDuration [get, set] |
Validity duration. | |
string | ValidityEndDate [get, set] |
It's final end date and time license is valid. | |
LicenseDetails interface.
|
getset |
Allow or not consumption overages.
Meaningful only for consumption license type
Implemented in LicenseSpring.LicenseDetails.
|
getset |
Period of consumption reset.
Format: "week", "month" or "year".
Meaningful only for consumption license type.
Implemented in LicenseSpring.LicenseDetails.
|
getset |
Array of additional custom fields.
Implemented in LicenseSpring.LicenseDetails.
|
getset |
Whether the license has maintenance plan or not.
Implemented in LicenseSpring.LicenseDetails.
|
getset |
Whether the license is trial or not.
Implemented in LicenseSpring.LicenseDetails.
|
getset |
License key.
Implemented in LicenseSpring.LicenseDetails.
|
getset |
Array of license users.
Implemented in LicenseSpring.LicenseDetails.
|
getset |
Maintenance duration.
Format: 1y (one year) or 2m (2 months) or 3d (3 days)
Implemented in LicenseSpring.LicenseDetails.
|
getset |
Maximum number of activations.
Indicates on how many computers license can be activated simultaneously.
Implemented in LicenseSpring.LicenseDetails.
|
getset |
Maximum consumption.
Meaningful only for consumption license type
Implemented in LicenseSpring.LicenseDetails.
|
getset |
Maximum overages.
Meaningful only for consumption license type
Implemented in LicenseSpring.LicenseDetails.
|
getset |
Maximum transfers.
Limit of license transfers between different devices, defaults to 0 (unlimited)
Implemented in LicenseSpring.LicenseDetails.
|
getset |
Note for the license.
Implemented in LicenseSpring.LicenseDetails.
|
getset |
Prevent using virtual machine.
Implemented in LicenseSpring.LicenseDetails.
|
getset |
Product features available for this license.
Array of license features
Implemented in LicenseSpring.LicenseDetails.
|
getset |
Enable or not periodic consumption reset.
Meaningful only for consumption license type
Implemented in LicenseSpring.LicenseDetails.
|
getset |
License type.
Implemented in LicenseSpring.LicenseDetails.
|
getset |
Validity duration.
Format: 1y (one year) or 2m (2 months) or 3d (3 days) or 4h (4 hours) or 5min (5 minutes)
This Property conflicts with ValidityEndDate. Specify either one of them but not both.
Implemented in LicenseSpring.LicenseDetails.
|
getset |
It's final end date and time license is valid.
Format: "2020-10-15 00:00:00"
This Property conflicts with ValidityDuration. Specify either one of them but not both.
Implemented in LicenseSpring.LicenseDetails.