Interface SaslAuthenticator.ISaslMechanism
- Namespace
- MongoDB.Driver.Core.Authentication
- Assembly
- MongoDB.Driver.Core.dll
Represents a SASL mechanism.
protected interface SaslAuthenticator.ISaslMechanism
Properties
- Name
Gets the name of the mechanism.
Methods
- Initialize(IConnection, SaslConversation, ConnectionDescription, CancellationToken)
Initializes the mechanism.
- InitializeAsync(IConnection, SaslConversation, ConnectionDescription, CancellationToken)
Initializes the mechanism.