API reference
Generated from the source. Every public type and member is documented in the code itself, so this reference cannot drift from what the library actually does.
Where to start
- ClientFirstMessage — opens the exchange
- ServerFirstMessage — the salt, nonce and iteration count
- ClientFinalMessage — computes the proof
- ServerFinalMessage — the signature to verify
- Hash — SHA-1, SHA-256 and SHA-512 for the mechanism in use
Namespaces
- Ubiety.Scram.Core — hashing, SASLprep and the channel binding enums
- Ubiety.Scram.Core.Messages — the four messages of the exchange
- Ubiety.Scram.Core.Attributes — the attributes those messages carry
- Ubiety.Scram.Core.Exceptions — what parsing throws