This question is actually two questions:

  1. How to use the gpgme library in Windows?
  2. Are there bindings for .NET available somewhere? (If not, I guess I can make my own.)

EDIT: Solution found: gpgme-sharp works very nicely both in Linux and Windows. (For the latter, the only prerequisite is gpg4win which includes the gpgme DLL.) Be sure to look at the GpgmeSamples solution in the Samples subdirectory.

That library deserves some love. I recommend it.

link|improve this question

feedback

2 Answers

up vote 1 down vote accepted

gpgme-sharp contains .NET bindings to the library.

You can download the code from http://danm.de/files/src/csharp/gpgme-sharp/

link|improve this answer
Alpha version, uh-oh. – Hans Passant Nov 11 '10 at 17:05
You could always make your own... or even better, start with his code and improve upon it :) – Justin Ethier Nov 11 '10 at 17:21
feedback

looks interesting. not just another "we call gnupg in the background" wrapper. guess it needs to handle a whole bunch of p/invoke stuff. does anyone know wy this is an "alpha" version?

link|improve this answer
What worries me more is that it hasn't been updated since August 2009. (The "2010" version only updated the docs.) – JCCyC Nov 11 '10 at 20:17
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.