Click or drag to resize
LicenseSigningKeyCreate Method
Generates new random keypair

Namespace: TreeksLicensingLibrary
Assembly: TreeksLicensingLibrary (in TreeksLicensingLibrary.dll) Version: 1.3.5562.40448
Syntax
public void Create(
	int KeySize = 4096
)

Parameters

KeySize (Optional)
Type: SystemInt32
Size of RSA keypair in bits (1024, 2048, 4096, 8192)
Remarks