PGPnet ezVerify Method ezPGP for .NET help file
Verify file, this function is opposite of ezClearSign

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

public int ezVerify(
	string signFile,
	string inFile
)

Parameters

signFile
Type: System String
signature file name
inFile
Type: System String
input file name

Return Value

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