Class SaslAuthenticator.CompletedStep
- Namespace
- MongoDB.Driver.Core.Authentication
- Assembly
- MongoDB.Driver.Core.dll
Represents a completed SASL step.
protected class SaslAuthenticator.CompletedStep : SaslAuthenticator.ISaslStep
- Inheritance
-
SaslAuthenticator.CompletedStep
- Implements
- Inherited Members
Constructors
- CompletedStep()
Initializes a new instance of the SaslAuthenticator.CompletedStep class.
- CompletedStep(byte[])
Initializes a new instance of the SaslAuthenticator.CompletedStep class.
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.