PgpCore
PgpCore copied to clipboard
Verify methods should also verify clear signed files
When attempting to verify a clear signed message an error is returned as it is expected that the VerifyClear method will be used instead.
The Verify method should either call the VerifyClear method or return a more useful error.