Creates a license configuration for a given key size.
Namespace: SimpleMode.SecureLicenseManager.LicenseGeneratorAssembly: SimpleMode.SecureLicenseManager.LicenseGenerator (in SimpleMode.SecureLicenseManager.LicenseGenerator.dll) Version: 1.5.5120.0 (1.5.5120.0)
Syntax
Parameters
- keySize
- Type: System..::..Int32
The RSA (private/public) key size. Minimum allowed key size is 384 and the larger the key size, the longer the generated license key text will be.
Return Value
A
instance with the specified key size.
See Also