Click or drag to resize

SaslAuthenticatorCompletedStepTransition 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
public 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.

Implements

SaslAuthenticatorISaslStepTransition(SaslAuthenticatorSaslConversation, Byte)
See Also