Table of Contents

Method CreateAutoCryptClientController

Namespace
MongoDB.Driver.Encryption
Assembly
MongoDB.Driver.dll

CreateAutoCryptClientController(IMongoClient, AutoEncryptionOptions)

Creates an IAutoCryptClientController.

IAutoEncryptionLibMongoCryptController CreateAutoCryptClientController(IMongoClient client, AutoEncryptionOptions autoEncryptionOptions)

Parameters

client IMongoClient

The client.

autoEncryptionOptions AutoEncryptionOptions

The AutoEncryptionOptions.

Returns

IAutoEncryptionLibMongoCryptController

The IAutoCryptClientController.