PGPnet Constructor (String)ezPGP for .NET help file
Constructor

Namespace: com.asiapeak.ezpgpnet
Assembly: ezpgpnet (in ezpgpnet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public PGPnet(
	string iniFile
)

Parameters

iniFile
Type: System String
Configuration file
Remarks

The confifuration file has the windows ini file format, the below examples are needed
Examples

keydir=C:\\test\\ezpgp\\keys
Examples

logfile=C:\\test\\ezpgp\\logs\\ezpgplog.txt
Examples

license=7D6791DACFDE1A9FDA17A38B66FBA014 (You should get valid license and put it here)
See Also