PGPnet ezEncryptSign Method ezPGP for .NET help file
Encrypt and sign file

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

public int ezEncryptSign(
	string inFile,
	string outFile,
	string keys,
	string signKey,
	string passWord
)

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
signKey
Type: System String
PGP private key name
passWord
Type: System String
password of private key

Return Value

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