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.9.0+32b058abcdf2c7e8d9dd3a676d207b31897eee2e
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