Click or drag to resize

License Class

Class for checking and managing the program licenses
Inheritance Hierarchy
SystemObject
  Karamba.LicensesLicense

Namespace:  Karamba.Licenses
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static class License

The License type exposes the following members.

Methods
  NameDescription
Public methodStatic membergetLicense
read the license file
Public methodStatic memberhas_expired
true if the license is not valid any more
Public methodStatic memberkeyFilePath
path including the key file for checking the validity of the license file
Public methodStatic memberlicense_is_valid
true if the license is valid
Public methodStatic memberlicenseFilePath
path including the license file name
Public methodStatic memberlicensePath
path to the license file
Public methodStatic memberlicenseProFilePath
path including the license file to the pro-license
Public methodStatic memberlicenseType
license type available on the machine
Public methodStatic membermachineIDFilePath
path including the machine.id-file
Public methodStatic memberunload
remove the license from memory
Public methodStatic memberversion
version number of release
Top
See Also