PGPnet ezDecryptFile Method (String, String, String)ezPGP for .NET help file
Decrypt and verify file

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

public int ezDecryptFile(
	string inFile,
	string outFile,
	string pass
)

Parameters

inFile
Type: System String
input file name
outFile
Type: System String
output file name
pass
Type: System String
password

Return Value

Type: Int32
0 is success, others are failed
See Also