Class ScramSha1Authenticator
- Namespace
- MongoDB.Driver.Core.Authentication
- Assembly
- MongoDB.Driver.Core.dll
A SCRAM-SHA1 SASL authenticator.
public sealed class ScramSha1Authenticator : ScramShaAuthenticator, IAuthenticator
- Inheritance
-
ScramSha1Authenticator
- Implements
- Inherited Members
Constructors
- ScramSha1Authenticator(UsernamePasswordCredential)
Initializes a new instance of the ScramSha1Authenticator class.
- ScramSha1Authenticator(UsernamePasswordCredential, ServerApi)
Initializes a new instance of the ScramSha1Authenticator class.
Properties
- MechanismName
Gets the name of the mechanism.