Verifies the passed in stream as being correctly signed.
Namespace:
DidiSoft
Assembly:
PGPLib (in PGPLib.dll) Version: 1.6.3.19546
Syntax
| Visual Basic (Declaration) |
|---|
Public Function VerifyFile ( _
dataFileName As String, _
publicKeyFileName As String _
) As Boolean |
| Visual C++ |
|---|
public:
bool VerifyFile(
String^ dataFileName,
String^ publicKeyFileName
) |
Parameters
- dataFileName
- Type: System..::.String
File name to be encrypted (absolute or relative path)
- publicKeyFileName
- Type: System..::.String
Key ring file name (absolute or relative path)
Return Value
true if signed correctly, false if not signed with this public key
Exceptions
See Also