Sasl |
public class SaslMechanismLogin : SaslMechanism
The SaslMechanismLogin type exposes the following members.
Name | Description | |
---|---|---|
SaslMechanismLogin(NetworkCredential) | Initializes a new instance of the SaslMechanismLogin class. | |
SaslMechanismLogin(Encoding, NetworkCredential) | Initializes a new instance of the SaslMechanismLogin class. | |
SaslMechanismLogin(String, String) | Initializes a new instance of the SaslMechanismLogin class. | |
SaslMechanismLogin(Encoding, String, String) | Initializes a new instance of the SaslMechanismLogin class. |
Name | Description | |
---|---|---|
Credentials |
Get the user's credentials.
(Inherited from SaslMechanism) | |
IsAuthenticated |
Get or set whether the SASL mechanism has finished authenticating.
(Inherited from SaslMechanism) | |
MechanismName |
Get the name of the SASL mechanism.
(Overrides SaslMechanismMechanismName) | |
NegotiatedChannelBinding |
Get whether or not channel-binding was negotiated by the SASL mechanism.
(Inherited from SaslMechanism) | |
NegotiatedSecurityLayer |
Get whether or not a security layer was negotiated by the SASL mechanism.
(Inherited from SaslMechanism) | |
SupportsChannelBinding |
Get whether or not the SASL mechanism supports channel binding.
(Inherited from SaslMechanism) | |
SupportsInitialResponse |
Get whether or not the mechanism supports an initial response (SASL-IR).
(Overrides SaslMechanismSupportsInitialResponse) |
Name | Description | |
---|---|---|
Challenge(String, CancellationToken) |
Decode the base64-encoded server challenge and return the next challenge response encoded in base64.
(Inherited from SaslMechanism) | |
Challenge(Byte, Int32, Int32, CancellationToken) |
Parses the server's challenge token and returns the next challenge response.
(Overrides SaslMechanismChallenge(Byte, Int32, Int32, CancellationToken)) | |
ChallengeAsync(String, CancellationToken) |
Asynchronously decode the base64-encoded server challenge and return the next challenge response encoded in base64.
(Inherited from SaslMechanism) | |
ChallengeAsync(Byte, Int32, Int32, CancellationToken) |
Asynchronously parse the server's challenge token and return the next challenge response.
(Inherited from SaslMechanism) | |
Equals | (Inherited from Object) | |
Finalize | (Inherited from Object) | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) | |
Reset |
Resets the state of the SASL mechanism.
(Overrides SaslMechanismReset) | |
ToString | (Inherited from Object) | |
TryGetChannelBindingToken |
Try to get a channel-binding token.
(Inherited from SaslMechanism) |