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.10.0+569905ff5e778c38ea19d9d0392496a83e1704ed
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