Interface ISaslStep
- Namespace
- MongoDB.Driver.Authentication
- Assembly
- MongoDB.Driver.dll
Represents a SASL step.
public interface ISaslStep
Methods
- Execute(SaslConversation, byte[], CancellationToken)
Executes the SASL step and create the next step.
- ExecuteAsync(SaslConversation, byte[], CancellationToken)
Executes the SASL step and create the next step.