使用 .NET 中的 gpgme 库?
这个问题其实是两个问题:
- 如何在Windows中使用gpgme库?
- 是否有可用的 .NET 绑定? (如果没有,我想我可以自己制作。)
编辑:找到的解决方案: gpgme-sharp< /a> 在 Linux 和 Windows 中都可以很好地工作。 (对于后者,唯一的先决条件是包含 gpgme DLL 的 gpg4win。)查看 Samples 子目录中的 GpgmeSamples 解决方案。
那个图书馆值得一些爱。我推荐它。
This question is actually two questions:
- How to use the gpgme library in Windows?
- 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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
gpgme-sharp 包含到库的 .NET 绑定。
gpgme-sharp contains .NET bindings to the library.