Creates a license configuration for a given key size.

Namespace: SimpleMode.SecureLicenseManager.LicenseGenerator
Assembly: SimpleMode.SecureLicenseManager.LicenseGenerator (in SimpleMode.SecureLicenseManager.LicenseGenerator.dll) Version: 1.5.5120.0 (1.5.5120.0)

Syntax

C#
public static LicenseConfiguration CreateLicenseConfiguration(
	int keySize
)
Visual Basic
Public Shared Function CreateLicenseConfiguration ( _
	keySize As Integer _
) As LicenseConfiguration
Visual C++
public:
static LicenseConfiguration^ CreateLicenseConfiguration(
	int keySize
)

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