Click or drag to resize

SaslAuthenticatorCustomizeInitialHelloCommand Method

Optionally customizes hello or legacy hello command.

Namespace:  MongoDB.Driver.Core.Authentication
Assembly:  MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.20.0+ee01960089f28ea1b501690df5fc9f6318a70242
Syntax
public virtual BsonDocument CustomizeInitialHelloCommand(
	BsonDocument helloCommand
)

Parameters

helloCommand
Type: MongoDB.BsonBsonDocument
Initial command.

Return Value

Type: BsonDocument
Optionally mutated command.

Implements

IAuthenticatorCustomizeInitialHelloCommand(BsonDocument)
See Also