| ModuleLicensesHelperGenerateKeyPair Method | 
            Creates new private and public key pair for generating and validating module licenses. Created keys are encoded to Base64.
            
 
Namespace: CMS.ModuleLicensesAssembly: CMS.Modules (in CMS.Modules.dll) Version: 13.0.131
 Syntax
Syntaxpublic 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
See Also