Click or drag to resize

LicenseSigningKeyLoadFile Method

Loads previously saved keypair from file system.

Namespace:  TreeksLicensingLibrary2
Assembly:  TreeksLicensingLibrary2 (in TreeksLicensingLibrary2.dll) Version: 2.1.8318.42066 (2.1.0.0)
Syntax
public void LoadFile(
	string KeyFilePath,
	string EncryptionPassword = ""
)

Parameters

KeyFilePath
Type: SystemString
Path to the file with keypair in byte form
EncryptionPassword (Optional)
Type: SystemString
Signing key encryption password
Remarks