STATE_DISABLEDSTATE_ENABLEDTMOS_MODULE_ASMTMOS_MODULE_SAMTMOS_MODULE_WAMTMOS_MODULE_PSMTMOS_MODULE_WOMTMOS_MODULE_LCTMOS_MODULE_LTMTMOS_MODULE_GTMTMOS_MODULE_UNKNOWNTMOS_MODULE_WOMLTMOS_MODULE_APMLTMOS_MODULE_EMTMOS_MODULE_VCMPTMOS_MODULE_TMOSTMOS_MODULE_HOSTTMOS_MODULE_UITMOS_MODULE_MONITORSTMOS_MODULE_AVRTMOS_MODULE_PEMTMOS_MODULE_CGNATTMOS_MODULE_AFMTMOS_MODULE_AM
Checks to see whether the device has been licensed.
Checks to see whether the device is running with an evaluation license.
Gets information on when the evaluation license will expire.
Gets the list of registration keys used to license the device.
This returns the base key first, then add-on keys. As of
v10.0.0, there are new add-on keys that are time limited;
with this method you can tell they are there but not when
they expire. If that matters, you should use the newer
method get_time_limited_module_keys. All of the keys
returned are active keys.
Gets the module keys used to license the device, including
descriptive information about them. You will get active
and inactive keys (and the record has a field describing
whether it is active). See also get_time_limited_module_keys.
Gets the time limited module keys used to license the
device, including descriptive information about them. You
will get active and inactive keys (and the record has a
field describing whether it is active).
Gets information indicating whether the given modules are enabled
in the license.
Caution! This enabled state is what is specified in the license
for the modules without regard for whether the module is
provisionable or provisioned under this hardware and configuration.
See the Provision interface.
Gets information about expiry of the given modules.
Caution! The expiry information does not indicate whether a module
is provisionable or provisioned. See the Provision interface.
Note: This returns the enabled state as well. When getting the
module expiry information, we suggest making use of the enabled
state returned here rather than getting enabled state separately.
Checks to see if the specified registration keys will pass the CRC validation.
Gets the kernel dossier based on the specified registration keys.
Activates the license for the specified registration keys.
Installs and authorizes the device using the specified stream of license file data.
Installs and authorizes the device using the specified license file somewhere on the device.
Retrieves the active license file.
Retrieves the copyright file.
Retrieves the EULA agreement file.
Gets the version information for this interface.
Checks to see whether the device has been licensed.
Checks to see whether the device is running with an evaluation license.
Gets information on when the evaluation license will expire.
Gets the list of registration keys used to license the device.
This returns the base key first, then add-on keys. As of
v10.0.0, there are new add-on keys that are time limited;
with this method you can tell they are there but not when
they expire. If that matters, you should use the newer
method get_time_limited_module_keys. All of the keys
returned are active keys.
Gets the module keys used to license the device, including
descriptive information about them. You will get active
and inactive keys (and the record has a field describing
whether it is active). See also get_time_limited_module_keys.
Gets the time limited module keys used to license the
device, including descriptive information about them. You
will get active and inactive keys (and the record has a
field describing whether it is active).
Gets information indicating whether the given modules are enabled
in the license.
Caution! This enabled state is what is specified in the license
for the modules without regard for whether the module is
provisionable or provisioned under this hardware and configuration.
See the Provision interface.
Gets information about expiry of the given modules.
Caution! The expiry information does not indicate whether a module
is provisionable or provisioned. See the Provision interface.
Note: This returns the enabled state as well. When getting the
module expiry information, we suggest making use of the enabled
state returned here rather than getting enabled state separately.
Checks to see if the specified registration keys will pass the CRC validation.
Gets the kernel dossier based on the specified registration keys.
Activates the license for the specified registration keys.
Installs and authorizes the device using the specified stream of license file data.
Installs and authorizes the device using the specified license file somewhere on the device.
Retrieves the active license file.
Retrieves the copyright file.
Retrieves the EULA agreement file.
Gets the version information for this interface.
The LicenseAdministration interface exposes methods that enable you to authorize the system,
either manually or in an automated fashion. This interface allows you to generate license
files, install previously generated licenses, and view other licensing characteristics.
This interface does not support transactions.