We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 9 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
看来您实际上可以使用 .NET 的 BCL 发送 S/MIME 加密电子邮件。 它需要一些技巧(不过还不错),但是您可以轻松地解决该解决方案...请参阅此 MSDN 论坛主题,也可能这个。 请注意,还为商业产品 Rebex Secure Mail 提供了一个示例,如果你对 BCL 解决方案没有运气。 话虽如此,如果可能的话,我绝对会建议使用 System.Net 命名空间中提供的解决方案,尽管需要一些自定义配置。
It seems like you can in fact send S/MIME encrypted emails using the BCL of .NET. It requires a bit of a hack (not too bad however), but you could wrap the solution easy enough... See this MSDN forum thread and possibly also this one. Note that an example is additionally provided for Rebex Secure Mail, a commercial product, if you're having no luck with the BCL solution. Saying that, I would definitely recommend using the solution provided in the System.Net namespace if at all possible, despite requiring a bit of custom configuration.
MIMEBlackbox 是功能最丰富的 MIME、S/MIME 和PGP/MIME。
MIMEBlackbox is the most feature-rich component set for MIME, S/MIME and PGP/MIME.