Table of Contents

Method Transition

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

Transition(SaslConversation, byte[])

Transitions the SASL conversation to the next step.

public SaslAuthenticator.ISaslStep Transition(SaslAuthenticator.SaslConversation conversation, byte[] bytesReceivedFromServer)

Parameters

conversation SaslAuthenticator.SaslConversation

The SASL conversation.

bytesReceivedFromServer byte[]

The bytes received from server.

Returns

SaslAuthenticator.ISaslStep

The next SASL step.