Skip to main content
All docs
V25.1
  • MongoDBScramSHA256AuthenticationInfo(String, String, String) Constructor

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

    Namespace: DevExpress.DataAccess.ConnectionParameters

    Assembly: DevExpress.DataAccess.v25.1.dll

    NuGet Package: DevExpress.DataAccess

    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