Class MongoInternalIdentity
Represents an identity defined inside mongodb.
public class MongoInternalIdentity : MongoIdentity, IEquatable<MongoIdentity>
- Inheritance
-
MongoInternalIdentity
- Implements
- Inherited Members
Constructors
MongoInternalIdentity(string, string)
Initializes a new instance of the MongoInternalIdentity class.
public MongoInternalIdentity(string databaseName, string username)