MongoDBPasswordAuthenticationInfo Properties
Contains settings for the Password authentication method.| Name | Description |
|---|---|
| AuthenticationDatabase | Specifies the authentication database of a MongoDB user. |
| Password | Specifies the password of a MongoDB user. |
| Username | Specifies the name of a MongoDB user. |
See Also