ILicense |
public interface ILicenseManager
The ILicenseManager type exposes the following members.
| Name | Description | |
|---|---|---|
| ActivateLicence | Activates a license container. Required file can be obtained by sending RAYLASE the file generated GenerateLicenceRequest(String). | |
| CheckFeature | Throws an exception if the provided license is not found. | |
| GenerateLicenceRequest | Generates a license request file in the specified folder. | |
| GetContainters | Get all available license containers. | |
| GetProductItems | Gets all product items related to the provided product. | |
| IsFeatureEnabled(LicenseFeature) | Returns true, if the provided license is found. | |
| IsFeatureEnabled(LicenseFeature, String) | Returns true, if the provided license is found. | |
| ReturnLicence | Removes the software license from the machine. |