Click or drag to resize

LicenseSigningKey Constructor (Int32)

Initializes class and creates new licensing signing key using specified size.

Namespace:  TreeksLicensingLibrary2
Assembly:  TreeksLicensingLibrary2 (in TreeksLicensingLibrary2.dll) Version: 2.1.8318.42066 (2.1.0.0)
Syntax
public LicenseSigningKey(
	int KeySize
)

Parameters

KeySize
Type: SystemInt32
The size of cryptographic key: 1024, 2048, 4096 or 8192 bits
Remarks