Authentication type.
| C# | Visual Basic | Managed C++ |
public enum AuthType
Public Enumeration AuthType
public enum class AuthType
| Member | Description |
|---|---|
| Plain |
Plain username/password authentication.
|
| APOP |
APOP
|
| LOGIN |
Not implemented.
|
| CRAM_MD5 |
Cram-md5 authentication.
|
| DIGEST_MD5 |
DIGEST-md5 authentication.
|
Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)