![]() |
LicenseSpring Management .Net SDK 1.9.0
Easily add Software Licensing to your application
|
LicenseDetails interface More...
Properties | |
bool | AllowOverages [get, set] |
Allow or not consumption overages More... | |
ConsumptionPeriod | ConsumptionPeriod [get, set] |
Period of consumption reset More... | |
CustomField[] | CustomFields [get, set] |
Array of additional custom fields More... | |
bool | EnableMaintenancePeriod [get, set] |
Whether the license has maintenance plan or not More... | |
bool | IsTrial [get, set] |
Whether the license is trial or not More... | |
string | LicenseKey [get, set] |
License key More... | |
LicenseUser[] | LicenseUsers [get, set] |
Array of license users More... | |
string | MaintenanceDuration [get, set] |
Maintenance duration More... | |
uint | MaxActivations [get, set] |
Maximum number of activations More... | |
uint | MaxConsumptions [get, set] |
Maximum consumption More... | |
uint | MaxOverages [get, set] |
Maximum overages More... | |
uint | MaxTransfers [get, set] |
Maximum transfers More... | |
bool | PreventVM [get, set] |
Prevent using virtual machine More... | |
ProductFeature[] | ProductFeatures [get, set] |
Product features available for this license More... | |
bool | ResetConsumption [get, set] |
Enable or not periodic consumption reset More... | |
LicenseType | Type [get, set] |
License type More... | |
string | ValidityDuration [get, set] |
Validity duration More... | |
string | ValidityEndDate [get, set] |
It's final end date and time license is valid. More... | |
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 |
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.