Click or drag to resize
ModuleLicensesHelper.GetValidModuleLicenses Method
Returns collection of valid module license data for given module.

Namespace: CMS.ModuleLicenses
Assembly: CMS.Modules (in CMS.Modules.dll) Version: 13.0.131
Syntax
C#
public static IEnumerable<string> GetValidModuleLicenses(
	string moduleName,
	string publicKey
)

Parameters

moduleName
Type: System.String
Code name of module which licenses to get
publicKey
Type: System.String
Public key, generated by GenerateKeyPair(String, String) for validating licenses of given module

Return Value

Type: IEnumerable<String>
Collection of valid module license data for given module
Exceptions
ExceptionCondition
ArgumentNullExceptionmoduleName or publicKey is null
ArgumentExceptionmoduleNameis not valid name of existing module or publicKey has invalid format of public key encoded in Base64
See Also