Interface SaslAuthenticator.ISaslStep
- Namespace
- MongoDB.Driver.Core.Authentication
- Assembly
- MongoDB.Driver.Core.dll
Represents a SASL step.
protected interface SaslAuthenticator.ISaslStep
Properties
- BytesToSendToServer
Gets the bytes to send to server.
- IsComplete
Gets a value indicating whether this instance is complete.
Methods
- Transition(SaslConversation, byte[])
Transitions the SASL conversation to the next step.
- TransitionAsync(SaslConversation, byte[], CancellationToken)
Transitions the SASL conversation to the next step.