License |
public class LicenseManager : ILicenseManager, IDisposable
The LicenseManager type exposes the following members.
| Name | Description | |
|---|---|---|
| LicenseManager | Initializes a new instance of the LicenseManager class | |
| LicenseManager(ILogger) | Initializes a new instance of the LicenseManager class |
| 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. | |
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. | |
| 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. | |
| SetLicenceServer |