Click or drag to resize
LicenseSigningKeySaveFile Method
Saves keypair in byte form to file

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

Parameters

strPath
Type: SystemString
Path to the saved file
EncryptionPassword (Optional)
Type: SystemString
Signing key encryption password
Remarks