SmtpKnownAuthenticationType Enumeration |
Namespace:
Aspose.Email.Clients.Smtp
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 22.4
Syntax[FlagsAttribute]
public enum SmtpKnownAuthenticationType
<FlagsAttribute>
Public Enumeration SmtpKnownAuthenticationType
[FlagsAttribute]
public enum class SmtpKnownAuthenticationType
[<FlagsAttribute>]
type SmtpKnownAuthenticationType
Members
| Member name | Value | Description |
---|
| None | 0 |
None
|
| Login | 1 |
https://tools.ietf.org/id/draft-murchison-sasl-login-00.txt
|
| OAUTH2 | 2 |
https://tools.ietf.org/html/rfc7628
|
| NTLM | 4 |
http://davenport.sourceforge.net/ntlm.html
https://tools.ietf.org/doc/tcllib/html/sasl.html
|
| Plain | 8 |
https://tools.ietf.org/html/rfc4422
|
| GSSAPI | 16 |
GSS-API
https://tools.ietf.org/html/rfc2078
https://tools.ietf.org/html/rfc2222
Kerberos V5
https://tools.ietf.org/html/rfc4752
|
| CramMD5 | 32 |
https://tools.ietf.org/html/rfc2195
|
| External | 64 |
https://tools.ietf.org/html/rfc2222
|
| KerberosV4 | 128 |
https://tools.ietf.org/html/rfc2222
|
| Anonymous | 256 |
https://tools.ietf.org/html/rfc4505
|
| DigestMD5 | 512 |
https://tools.ietf.org/html/rfc2831
|
| GSSSPNEGO | 1024 |
GSS-SPNEGO
https://tools.ietf.org/html/rfc5801#section-14
https://tools.ietf.org/html/rfc4178
|
| OtpMd4 | 2048 |
https://tools.ietf.org/html/rfc2444
|
| OtpMd5 | 4096 |
https://tools.ietf.org/html/rfc2444
|
| OtpSha1 | 8192 |
https://tools.ietf.org/html/rfc2444
|
| SKEY | 16384 |
https://tools.ietf.org/html/rfc1760
https://tools.ietf.org/html/rfc2222#section-7.3
|
| PassDssSha3Des1 | 32768 |
https://tools.ietf.org/html/draft-newman-sasl-passdss-00
|
| ScramSha1 | 65536 |
https://tools.ietf.org/html/rfc5802
|
| ScramSha1Plus | 131072 |
https://tools.ietf.org/html/rfc5802
|
| ScramSha224 | 262144 | |
| ScramSha224Plus | 524288 | |
| ScramSha256 | 1048576 |
https://tools.ietf.org/html/rfc7677
|
| ScramSha256Plus | 2097152 |
https://tools.ietf.org/html/rfc7677
|
| ScramSha384 | 4194304 | |
| ScramSha384Plus | 8388608 | |
| ScramSha512 | 16777216 |
https://tools.ietf.org/html/draft-melnikov-scram-sha-512-01
|
| ScramSha512Plus | 33554432 |
https://tools.ietf.org/html/draft-melnikov-scram-sha-512-01
|
See Also