Click or drag to resize

ClientEncryptionOptions Constructor

Initializes a new instance of the ClientEncryptionOptions class.

Namespace:  MongoDB.Driver.Encryption
Assembly:  MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.13.1-v2-13-x1+a7f8afe27855f38f4f72157d11ba2ae73895502e
Syntax
public ClientEncryptionOptions(
	IMongoClient keyVaultClient,
	CollectionNamespace keyVaultNamespace,
	IReadOnlyDictionary<string, IReadOnlyDictionary<string, Object>> kmsProviders
)

Parameters

keyVaultClient
Type: MongoDB.DriverIMongoClient
The key vault client.
keyVaultNamespace
Type: MongoDB.DriverCollectionNamespace
The key vault namespace.
kmsProviders
Type: System.Collections.GenericIReadOnlyDictionaryString, IReadOnlyDictionaryString, Object
The KMS providers.
See Also