MongoDB.Driver.Core.Authentication Namespace |
Class | Description | |
---|---|---|
![]() | DefaultAuthenticator |
The default authenticator (uses SCRAM-SHA1 if possible, falls back to MONGODB-CR otherwise).
|
![]() | GssapiAuthenticator |
A GSSAPI SASL authenticator.
|
![]() | MongoDBCRAuthenticator |
A MONGODB-CR authenticator.
|
![]() | MongoDBX509Authenticator |
A MongoDB-X509 authenticator.
|
![]() | PlainAuthenticator |
A PLAIN SASL authenticator.
|
![]() | SaslAuthenticator |
Base class for a SASL authenticator.
|
![]() | SaslAuthenticatorCompletedStep |
Represents a completed SASL step.
|
![]() | SaslAuthenticatorSaslConversation |
Represents a SASL conversation.
|
![]() | ScramSha1Authenticator |
A SCRAM-SHA1 SASL authenticator.
|
![]() | UsernamePasswordCredential |
Represents a username/password credential.
|
Interface | Description | |
---|---|---|
![]() | IAuthenticator |
Represents a connection authenticator.
|
![]() | SaslAuthenticatorISaslMechanism |
Represents a SASL mechanism.
|
![]() | SaslAuthenticatorISaslStep |
Represents a SASL step.
|