Table of Contents

Class ScramSha256Authenticator

Namespace
MongoDB.Driver.Core.Authentication
Assembly
MongoDB.Driver.Core.dll

A SCRAM-SHA256 SASL authenticator.

public sealed class ScramSha256Authenticator : ScramShaAuthenticator, IAuthenticator
Inheritance
ScramSha256Authenticator
Implements
Inherited Members

Constructors

ScramSha256Authenticator(UsernamePasswordCredential)

Initializes a new instance of the ScramSha256Authenticator class.

ScramSha256Authenticator(UsernamePasswordCredential, ServerApi)

Initializes a new instance of the ScramSha256Authenticator class.

Properties

MechanismName

Gets the name of the mechanism.