MongoDB.Driver.Core.Authentication Namespace (original) (raw)
The MongoDB.Driver.Core.Authentication namespace contains classes related to authentication.
Classes
Interfaces
Delegates
| | Delegate | Description | |
| ----------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| | ScramShaAuthenticatorH | An H function as defined in RFC5802. |
|
| ScramShaAuthenticatorHi | A Hi function used to compute the SaltedPassword as defined in RFC5802, except with "str" parameter replaced with a UsernamePassword credential so that the password can be optionally digested/prepped in a secure fashion before being consumed as the "str" parameter would be in RFC5802's Hi. |
|
| ScramShaAuthenticatorHmac | An HMAC function as defined in RFC5802, plus the encoding of the data. |