Constructor MongoExternalIdentity
MongoExternalIdentity(string)
Initializes a new instance of the MongoExternalIdentity class.
public MongoExternalIdentity(string username)
Parameters
username
stringThe username.
MongoExternalIdentity(string, string)
Initializes a new instance of the MongoExternalIdentity class.
public MongoExternalIdentity(string source, string username)