PGPnet ezEncryptFile Method ezPGP for .NET help file
Encrypt file

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

public int ezEncryptFile(
	string inFile,
	string outFile,
	string keys
)

Parameters

inFile
Type: System String
input file name
outFile
Type: System String
output file name
keys
Type: System String
pgp keys, separated by ";" if multiple keys

Return Value

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