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.15.0+f503bf610759c13f78cff9a3c01e91453185d2ed
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