Transitions the SASL conversation to the next step.
Namespace:
MongoDB.Driver.Core.Authentication
Assembly:
MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.11.0+cb27a82ea70620ad1acad8058809be8302ae4f2a
SyntaxSaslAuthenticatorISaslStep Transition(
SaslAuthenticatorSaslConversation conversation,
byte[] bytesReceivedFromServer
)
Function Transition (
conversation As SaslAuthenticatorSaslConversation,
bytesReceivedFromServer As Byte()
) As SaslAuthenticatorISaslStep
abstract Transition :
conversation : SaslAuthenticatorSaslConversation *
bytesReceivedFromServer : byte[] -> SaslAuthenticatorISaslStep
Parameters
- conversation
- Type: MongoDB.Driver.Core.AuthenticationSaslAuthenticatorSaslConversation
The SASL conversation. - bytesReceivedFromServer
- Type: SystemByte
The bytes received from server.
Return Value
Type:
SaslAuthenticatorISaslStepThe next SASL step.
See Also