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.20.0+ee01960089f28ea1b501690df5fc9f6318a70242
Syntax
public ClientEncryptionOptions(
	IMongoClient keyVaultClient,
	CollectionNamespace keyVaultNamespace,
	IReadOnlyDictionary<string, IReadOnlyDictionary<string, Object>> kmsProviders,
	Optional<IReadOnlyDictionary<string, SslSettings>> tlsOptions = null
)

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.
tlsOptions (Optional)
Type: MongoDB.DriverOptionalIReadOnlyDictionaryString, SslSettings
The tls options.
See Also