soukoku / PgpSharp

Some pgp stuff in C#
MIT License
14 stars 5 forks source link

verify signatures #10

Open centron5961 opened 4 years ago

centron5961 commented 4 years ago

hey guys,

ist there a way to verify signatures with this lib, since there is no "verify" in the DataOperations enum and inside GnuPGTool.cs the case "verify" is commented out? Is this concerned to the issue, that it's hardly possible to retreive key information from the "gpg --verify" command?

greets centron

soukoku commented 4 years ago

It's not currently supported but possible to add. It was never added because I didn't need this function myself. Maybe I'll add it in the future.