Property SpeculativeAuthenticate
- Namespace
- MongoDB.Driver.Core.Connections
- Assembly
- MongoDB.Driver.Core.dll
SpeculativeAuthenticate
Get the SpeculativeAuthenticate reply.
public BsonDocument SpeculativeAuthenticate { get; }Property Value
- BsonDocument
- Null if hello["ok"] != 1 or if the SpeculativeAuthenticate reply was not included in the hello response.