PGPnet ezDecryptFile Method (String, StringBuilder, 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,
	StringBuilder outName,
	string pass,
	string outDir
)

Parameters

inFile
Type: System String
input file name
outName
Type: System.Text StringBuilder
output file name which will be the original file name if any [out]
pass
Type: System String
password
outDir
Type: System String
the folder to put the output file

Return Value

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