Class MongoDbCredentials
Inheritance
System.Object
MongoDbCredentials
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: TcOpen.Inxton.Data.MongoDb
Assembly: TcOpen.Inxton.MongoDb.dll
Syntax
public class MongoDbCredentials
Constructors
| Improve this Doc View SourceMongoDbCredentials(String, String, String)
Declaration
public MongoDbCredentials(string usersDatabase, string user, string password)
Parameters
Type | Name | Description |
---|---|---|
System.String | usersDatabase | |
System.String | user | |
System.String | password |
Properties
| Improve this Doc View SourcePassword
Declaration
public string Password { get; }
Property Value
Type | Description |
---|---|
System.String |
Username
Declaration
public string Username { get; }
Property Value
Type | Description |
---|---|
System.String |
UsersDatabase
Declaration
public string UsersDatabase { get; }
Property Value
Type | Description |
---|---|
System.String |