Method Next
- Namespace
- MongoDB.Driver.Core.Authentication
- Assembly
- MongoDB.Driver.Core.dll
Next(byte[])
Negotiates the steps of an authentication handshake.
byte[] Next(byte[] challenge)
Parameters
challenge
byte[]Challenge received from the MongoDB server.
Returns
- byte[]
Response to send back to the MongoDB server.