Namespace:
MongoDB.Driver.Core.Authentication
Assembly:
MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.11.0+cb27a82ea70620ad1acad8058809be8302ae4f2a
Syntaxpublic UsernamePasswordCredential(
string source,
string username,
string password
)
Public Sub New (
source As String,
username As String,
password As String
)
new :
source : string *
username : string *
password : string -> UsernamePasswordCredential
Parameters
- source
- Type: SystemString
The source. - username
- Type: SystemString
The username. - password
- Type: SystemString
The password.
See Also