Table of Contents

Method Execute

Namespace
MongoDB.Driver.Authentication
Assembly
MongoDB.Driver.dll

Execute(SaslConversation, byte[], CancellationToken)

Executes the SASL step and create the next step.

(byte[] BytesToSendToServer, ISaslStep NextStep) Execute(SaslConversation conversation, byte[] bytesReceivedFromServer, CancellationToken cancellationToken)

Parameters

conversation SaslConversation

The SASL conversation.

bytesReceivedFromServer byte[]

The bytes received from server.

cancellationToken CancellationToken

The cancellation token.

Returns

(byte[] BytesToSendToServer, ISaslStep NextStep)

The next SASL step.