Constructor
Namespace: com.asiapeak.ezpgpnetAssembly: ezpgpnet (in ezpgpnet.dll) Version: 1.0.0.0 (1.0.0.0)
public PGPnet(
string iniFile
)
public PGPnet(
string iniFile
)
Public Sub New (
iniFile As String
)
Public Sub New (
iniFile As String
)
public:
PGPnet(
String^ iniFile
)
public:
PGPnet(
String^ iniFile
)
Parameters
- iniFile
- Type: System String
Configuration file
The confifuration file has the windows ini file format, the below examples are needed
keydir=C:\\test\\ezpgp\\keys
logfile=C:\\test\\ezpgp\\logs\\ezpgplog.txt
license=7D6791DACFDE1A9FDA17A38B66FBA014 (You should get valid license and put it here)