Click or drag to resize
LicenseSigningKeyLoadFile Method
Loads previously saved keypair from file system.

Namespace: TreeksLicensingLibrary
Assembly: TreeksLicensingLibrary (in TreeksLicensingLibrary.dll) Version: 1.3.5562.40448
Syntax
public void LoadFile(
	string strPath,
	string EncryptionPassword = ""
)

Parameters

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