.net 的 SASL 库
I am searching for a sasl library for .net.
So far I could only find: Sasl.Net but it looks dead and only implements plain and digest-md5.
Can anyone suggest a good library? Preferably an open-source implementation.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这个问题可以更新一下。现在有用于 .NET 的 S22.SASL 库,它更加完整。
https://github.com/smiley22/S22.Sasl
This question can be updated. There is now the S22.SASL library for .NET which is much more complete.
https://github.com/smiley22/S22.Sasl
为了获得这个功能,您可能必须使用 Python SASL 库 以及 IronPython。
In order to get this funcaiontly you will likly have to use a Python SASL library along with IronPython.