Click or drag to resize
ModuleLicensesHelper Class
Helper class providing API for managing module licenses.
Inheritance Hierarchy
SystemObject
  CMS.ModuleLicensesModuleLicensesHelper

Namespace: CMS.ModuleLicenses
Assembly: CMS.ModuleLicenses (in CMS.ModuleLicenses.dll) Version: 10.0.0
Syntax
C#
public static class ModuleLicensesHelper

The ModuleLicensesHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreateModuleLicense
Creates a module license containing given module license data and signature based on given private key.
Public methodStatic memberGenerateKeyPair
Creates new private and public key pair for generating and validating module licenses. Created keys are encoded to Base64.
Public methodStatic memberGetValidModuleLicenses
Returns collection of valid module license data for given module.
Top
See Also