![]() | SaslMechanismDigestMd5 Class |
Namespace: MailKit.Security
public class SaslMechanismDigestMd5 : SaslMechanism
The SaslMechanismDigestMd5 type exposes the following members.
Name | Description | |
---|---|---|
![]() | SaslMechanismDigestMd5(NetworkCredential) |
Initializes a new instance of the SaslMechanismDigestMd5 class.
|
![]() | SaslMechanismDigestMd5(String, String) |
Initializes a new instance of the SaslMechanismDigestMd5 class.
|
![]() | SaslMechanismDigestMd5(Uri, ICredentials) | Obsolete.
Initializes a new instance of the SaslMechanismDigestMd5 class.
|
![]() | SaslMechanismDigestMd5(Uri, String, String) | Obsolete.
Initializes a new instance of the SaslMechanismDigestMd5 class.
|
Name | Description | |
---|---|---|
![]() | AuthorizationId |
Gets or sets the authorization identifier.
|
![]() | Credentials |
Gets the user's credentials.
(Inherited from SaslMechanism.) |
![]() | IsAuthenticated |
Gets or sets whether the SASL mechanism has finished authenticating.
(Inherited from SaslMechanism.) |
![]() | MechanismName |
Gets the name of the mechanism.
(Overrides SaslMechanismMechanismName.) |
![]() | NegotiatedSecurityLayer |
Gets whether or not a security layer was negotiated.
(Inherited from SaslMechanism.) |
![]() | SupportsInitialResponse |
Gets whether or not the mechanism supports an initial response (SASL-IR).
(Inherited from SaslMechanism.) |
Name | Description | |
---|---|---|
![]() | Challenge(String) |
Decodes the base64-encoded server challenge and returns the next challenge response encoded in base64.
(Inherited from SaslMechanism.) |
![]() | Challenge(Byte, Int32, Int32) |
Parses the server's challenge token and returns the next challenge response.
(Overrides SaslMechanismChallenge(Byte, Int32, Int32).) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Reset |
Resets the state of the SASL mechanism.
(Overrides SaslMechanismReset.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |