5

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.

Incognito
  • 16,567
  • 9
  • 52
  • 74
Cohen
  • 2,720
  • 26
  • 24

2 Answers2

4

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

SomeInternetGuy
  • 1,007
  • 12
  • 19
2

In order to get this funcaiontly you will likly have to use a Python SASL library along with IronPython.

rook
  • 66,304
  • 38
  • 162
  • 239
  • looks like a viable solution. I have no experience with IronPython nor python. Do you have experience in porting python to ironpython? Would it be a lot of work? – Cohen Jul 30 '10 at 08:24