| SaslErrorCode Enumeration |
An enumeration of the possible error codes that may be reported by a
SaslException.
Namespace: MailKit.SecurityAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax public enum SaslErrorCode
Members Member name | Value | Description |
---|
ChallengeTooLong | 0 |
The server's challenge was too long.
|
IncompleteChallenge | 1 |
The server's response contained an incomplete challenge.
|
InvalidChallenge | 2 |
The server's challenge was invalid.
|
MissingChallenge | 3 |
The server's response did not contain a challenge.
|
IncorrectHash | 4 |
The server's challenge contained an incorrect hash.
|
Remarks
An enumeration of the possible error codes that may be reported by a
SaslException.
See Also