Click or drag to resize

ILicenseManager Interface

Interface for managing licenses.

Namespace: RAYLASE.Shared
Assembly: RAYLASE.Shared (in RAYLASE.Shared.dll) Version: 2.19.0
Syntax
C#
public interface ILicenseManager

The ILicenseManager type exposes the following members.

Methods
 NameDescription
Public methodActivateLicence Activates a license container. Required file can be obtained by sending RAYLASE the file generated GenerateLicenceRequest(String).
Public methodCheckFeature Throws an exception if the provided license is not found.
Public methodGenerateLicenceRequest Generates a license request file in the specified folder.
Public methodGetContainters Get all available license containers.
Public methodGetProductItems Gets all product items related to the provided product.
Public methodIsFeatureEnabled(LicenseFeature) Returns true, if the provided license is found.
Public methodIsFeatureEnabled(LicenseFeature, String) Returns true, if the provided license is found.
Public methodReturnLicence Removes the software license from the machine.
Top
See Also