Method Transition
- Namespace
- MongoDB.Driver.Core.Authentication
- Assembly
- MongoDB.Driver.Core.dll
Transition(SaslConversation, byte[])
Transitions the SASL conversation to the next step.
SaslAuthenticator.ISaslStep Transition(SaslAuthenticator.SaslConversation conversation, byte[] bytesReceivedFromServer)
Parameters
conversation
SaslAuthenticator.SaslConversationThe SASL conversation.
bytesReceivedFromServer
byte[]The bytes received from server.
Returns
- SaslAuthenticator.ISaslStep
The next SASL step.