SASL authentications
| C# | Visual Basic | Managed C++ |
public enum SaslAuthTypes
Public Enumeration SaslAuthTypes
public enum class SaslAuthTypes
| Member | Description |
|---|---|
| None |
Non authentication
|
| Plain |
Plain text authentication. For POP3 USER/PASS commands, for IMAP LOGIN command.
|
| Login |
LOGIN.
|
| Cram_md5 |
CRAM-MD5
|
| Digest_md5 |
DIGEST-MD5.
|
| All |
All authentications.
|
Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)