Table of Contents

Constructor MongoExternalIdentity

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

MongoExternalIdentity(string)

Initializes a new instance of the MongoExternalIdentity class.

public MongoExternalIdentity(string username)

Parameters

username string

The username.

MongoExternalIdentity(string, string)

Initializes a new instance of the MongoExternalIdentity class.

public MongoExternalIdentity(string source, string username)

Parameters

source string

The source.

username string

The username.