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.13.1-v2-13-x1+a7f8afe27855f38f4f72157d11ba2ae73895502e
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