![]() | Sasl |
public class SaslMechanismScramSha512Plus : SaslMechanismScramSha512
The SaslMechanismScramSha512Plus type exposes the following members.
Name | Description | |
---|---|---|
![]() | SaslMechanismScramSha512Plus(NetworkCredential) | Initializes a new instance of the SaslMechanismScramSha512Plus class. |
![]() | SaslMechanismScramSha512Plus(String, String) | Initializes a new instance of the SaslMechanismScramSha512Plus class. |
Name | Description | |
---|---|---|
![]() | AuthorizationId |
Get or set the authorization identifier.
(Inherited from SaslMechanismScramBase) |
![]() | 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 SaslMechanismScramSha512MechanismName) |
![]() | NegotiatedChannelBinding |
Get whether or not channel-binding was negotiated by the SASL mechanism.
(Inherited from SaslMechanismScramBase) |
![]() | 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.
(Overrides SaslMechanismSupportsChannelBinding) |
![]() | SupportsInitialResponse |
Get whether or not the mechanism supports an initial response (SASL-IR).
(Inherited from SaslMechanismScramBase) |
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) |
Parse the server's challenge token and return the next challenge response.
(Inherited from SaslMechanismScramBase) |
![]() | 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) |
![]() | CreateHMAC |
Create the HMAC context.
(Inherited from SaslMechanismScramSha512) |
![]() | Equals | (Inherited from Object) |
![]() | Finalize | (Inherited from Object) |
![]() | GetHashCode | (Inherited from Object) |
![]() | GetType | (Inherited from Object) |
![]() | Hash |
Apply the cryptographic hash function.
(Inherited from SaslMechanismScramSha512) |
![]() | MemberwiseClone | (Inherited from Object) |
![]() | Reset |
Reset the state of the SASL mechanism.
(Inherited from SaslMechanismScramBase) |
![]() | ToString | (Inherited from Object) |
![]() | TryGetChannelBindingToken |
Try to get a channel-binding token.
(Inherited from SaslMechanism) |