Click or drag to resize

SaslAuthenticatorISaslStepTransition Method

Transitions the SASL conversation to the next step.

Namespace:  MongoDB.Driver.Core.Authentication
Assembly:  MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.12.2+a4a3888f4fb51bb518b1eb5002effc2d47f2ea6a
Syntax
SaslAuthenticatorISaslStep Transition(
	SaslAuthenticatorSaslConversation conversation,
	byte[] bytesReceivedFromServer
)

Parameters

conversation
Type: MongoDB.Driver.Core.AuthenticationSaslAuthenticatorSaslConversation
The SASL conversation.
bytesReceivedFromServer
Type: SystemByte
The bytes received from server.

Return Value

Type: SaslAuthenticatorISaslStep
The next SASL step.
See Also