Sasl |
The SaslMechanismScramSha512 type exposes the following members.
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.
(Overrides SaslMechanismScramBaseCreateHMAC(Byte)) | |
Equals | (Inherited from Object) | |
Finalize | (Inherited from Object) | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
Hash |
Apply the cryptographic hash function.
(Overrides SaslMechanismScramBaseHash(Byte)) | |
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) |