Click or drag to resize

SaslAuthenticatorISaslStep Interface

Represents a SASL step.

Namespace:  MongoDB.Driver.Core.Authentication
Assembly:  MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.13.1-v2-13-x1+a7f8afe27855f38f4f72157d11ba2ae73895502e
Syntax
protected interface ISaslStep

The SaslAuthenticatorISaslStep type exposes the following members.

Properties
  NameDescription
Public propertyBytesToSendToServer
Gets the bytes to send to server.
Public propertyIsComplete
Gets a value indicating whether this instance is complete.
Top
Methods
  NameDescription
Public methodTransition
Transitions the SASL conversation to the next step.
Top
See Also