Click or drag to resize

LicenseSigningKey Constructor (String, String)

Initializes class and loads license signing key from encrypted file.

Namespace:  TreeksLicensingLibrary2
Assembly:  TreeksLicensingLibrary2 (in TreeksLicensingLibrary2.dll) Version: 2.1.8318.42066 (2.1.0.0)
Syntax
public LicenseSigningKey(
	string KeyFilePath,
	string EncryptionPassword
)

Parameters

KeyFilePath
Type: SystemString
Path to the license signing key file
EncryptionPassword
Type: SystemString
Password to decrypt key
Remarks