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.ModuleLicenses (in CMS.ModuleLicenses.dll) Version: 10.0.0
Syntax 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