| SaslAuthenticatorCompletedStep Constructor (Byte) |
Namespace: MongoDB.Driver.Core.AuthenticationAssembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.4.1
Syntaxpublic CompletedStep(
byte[] bytesToSendToServer
)
Public Sub New (
bytesToSendToServer As Byte()
)
new :
bytesToSendToServer : byte[] -> CompletedStepParameters
- bytesToSendToServer
- Type: SystemByte
The bytes to send to server.
See Also