MongoDBScramSHA256AuthenticationInfo(String, String, String) Constructor
In This Article
Initializes a new instance of the MongoDBScramSHA256AuthenticationInfo class with specified settings.
Namespace: DevExpress.DataAccess.ConnectionParameters
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
#Declaration
public MongoDBScramSHA256AuthenticationInfo(
string username,
string password,
string authenticationDatabase
)
#Parameters
Name | Type | Description |
---|---|---|
username | String | The name of a Mongo |
password | String | The password of a Mongo |
authentication |
String | The authentication database of a Mongo |
See Also