Interface IAutoEncryptionProviderRegistry
- Namespace
- MongoDB.Driver.Encryption
- Assembly
- MongoDB.Driver.dll
AutoEncryption Provider Registry.
public interface IAutoEncryptionProviderRegistry
Methods
- CreateAutoCryptClientController(IMongoClient, AutoEncryptionOptions)
Creates an IAutoCryptClientController.
- Register(Func<IMongoClient, AutoEncryptionOptions, IAutoEncryptionLibMongoCryptController>)
Registers new AutoEncryption Provider.