Click or drag to resize

LicenseGenerateLicenseFile Method

Generates license file to be used in your application

Namespace:  TreeksLicensingLibrary2
Assembly:  TreeksLicensingLibrary2 (in TreeksLicensingLibrary2.dll) Version: 2.1.8318.42066 (2.1.0.0)
Syntax
public void GenerateLicenseFile(
	LicenseSigningKey SigningKey,
	string LicenseFilePath
)

Parameters

SigningKey
Type: TreeksLicensingLibrary2LicenseSigningKey
Your license signing key
LicenseFilePath
Type: SystemString
Path, where to save generated license
Remarks