Interface ISaslMechanismRegistry
- Namespace
- MongoDB.Driver.Authentication
- Assembly
- MongoDB.Driver.dll
SASL Mechanism Registry.
public interface ISaslMechanismRegistry
Methods
- Register(string, Func<SaslContext, ISaslMechanism>)
Registers new SASL mechanism factory.
- TryCreate(SaslContext, out ISaslMechanism)
Creates SASL mechanism if possible.