MongoDB.Driver.Core.Authentication Namespace (original) (raw)

The MongoDB.Driver.Core.Authentication namespace contains classes related to authentication.

Classes

Interfaces

Delegates

| | Delegate | Description | | | ----------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | Protected delegate | ScramShaAuthenticatorH | An H function as defined in RFC5802. | | Protected delegate | 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. | | Protected delegate | ScramShaAuthenticatorHmac | An HMAC function as defined in RFC5802, plus the encoding of the data. |