Method Execute
- Namespace
- MongoDB.Driver.Authentication
- Assembly
- MongoDB.Driver.dll
Execute(SaslConversation, byte[], CancellationToken)
Executes the SASL step and create the next step.
(byte[] BytesToSendToServer, ISaslStep NextStep) Execute(SaslConversation conversation, byte[] bytesReceivedFromServer, CancellationToken cancellationToken)
Parameters
conversation
SaslConversationThe SASL conversation.
bytesReceivedFromServer
byte[]The bytes received from server.
cancellationToken
CancellationTokenThe cancellation token.
Returns
- (byte[] BytesToSendToServer, ISaslStep NextStep)
The next SASL step.