Click or drag to resize

LicenseSigningKeySaveFile Method

Saves license signing key to filesystem

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

Parameters

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