![]() | SaslMechanismScramBase Class |
Namespace: MailKit.Security
public abstract class SaslMechanismScramBase : SaslMechanism
The SaslMechanismScramBase type exposes the following members.
Name | Description | |
---|---|---|
![]() | SaslMechanismScramBase(NetworkCredential) |
Initializes a new instance of the SaslMechanismScramBase class.
|
![]() | SaslMechanismScramBase(String, String) |
Initializes a new instance of the SaslMechanismScramBase class.
|
![]() | SaslMechanismScramBase(Uri, ICredentials) | Obsolete.
Initializes a new instance of the SaslMechanismScramBase class.
|
![]() | SaslMechanismScramBase(Uri, String, String) | Obsolete.
Initializes a new instance of the SaslMechanismScramBase class.
|
Name | Description | |
---|---|---|
![]() | 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.
(Inherited from SaslMechanism.) |
![]() | 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).
(Overrides SaslMechanismSupportsInitialResponse.) |
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).) |
![]() | CreateHMAC |
Create the HMAC context.
|
![]() | 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.) |
![]() | Hash |
Apply the cryptographic hash function.
|
![]() | 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.) |