Interface ISaslStep
- Namespace
- MongoDB.Driver.Authentication
- Assembly
- MongoDB.Driver.dll
Represents a SASL step.
Methods
- Execute(Sasl
Conversation, byte[], Cancellation Token) Executes the SASL step and create the next step.
- Execute
Async(Sasl Conversation, byte[], Cancellation Token) Executes the SASL step and create the next step.