Click or drag to resize
ModuleLicensesHelperGenerateKeyPair Method
Creates new private and public key pair for generating and validating module licenses. Created keys are encoded to Base64.

Namespace: CMS.ModuleLicenses
Assembly: CMS.ModuleLicenses (in CMS.ModuleLicenses.dll) Version: 10.0.0
Syntax
C#
public static void GenerateKeyPair(
	out string privateKey,
	out string publicKey
)

Parameters

privateKey
Type: SystemString
Created private key for generating module licenses
publicKey
Type: SystemString
Created public key for verifying module licenses
See Also