Constructor CompletedStep
- Namespace
- MongoDB.Driver.Core.Authentication
- Assembly
- MongoDB.Driver.Core.dll
CompletedStep()
Initializes a new instance of the SaslAuthenticator.CompletedStep class.
public CompletedStep()
CompletedStep(byte[])
Initializes a new instance of the SaslAuthenticator.CompletedStep class.
public CompletedStep(byte[] bytesToSendToServer)
Parameters
bytesToSendToServer
byte[]The bytes to send to server.