PGPnet ezClearSign Method ezPGP for .NET help file
Sign file

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

public int ezClearSign(
	string inFile,
	string outFile,
	string signKey,
	string passWord
)

Parameters

inFile
Type: System String
input file name
outFile
Type: System String
output file name, which is a signature file
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