Skip to main content
All docs
V23.2

MongoDBScramSHA256AuthenticationInfo(String, String, String) Constructor

Initializes a new instance of the MongoDBScramSHA256AuthenticationInfo class with specified settings.

Namespace: DevExpress.DataAccess.ConnectionParameters

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public MongoDBScramSHA256AuthenticationInfo(
    string username,
    string password,
    string authenticationDatabase
)

Parameters

Name Type Description
username String

The name of a MongoDB user.

password String

The password of a MongoDB user.

authenticationDatabase String

The authentication database of a MongoDB user.

See Also