Click or drag to resize

LicenseManager Class

Class for managing licenses.
Inheritance Hierarchy
SystemObject
  RAYLASE.SharedLicenseManager

Namespace: RAYLASE.Shared
Assembly: RAYLASE.Shared (in RAYLASE.Shared.dll) Version: 2.19.0
Syntax
C#
public class LicenseManager : ILicenseManager, 
	IDisposable

The LicenseManager type exposes the following members.

Constructors
 NameDescription
Public methodLicenseManagerInitializes a new instance of the Object class.
Top
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 methodDisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
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.
Public methodSetLicenceServer 
Top
Fields
 NameDescription
Public fieldStatic memberOKStatus Content of status if query was successful.
Top
See Also