Constructor MongoUser
MongoUser(string, PasswordEvidence, bool)
Creates a new instance of MongoUser.
public MongoUser(string username, PasswordEvidence password, bool isReadOnly)
Parameters
username
stringThe username.
password
PasswordEvidenceThe password.
isReadOnly
boolWhether the user has read-only access.
MongoUser(string, string, bool)
Creates a new instance of MongoUser.
public MongoUser(string username, string passwordHash, bool isReadOnly)