Click or drag to resize

AutoEncryptionOptionsExtraOptions Property

Gets the extra options.

Namespace:  MongoDB.Driver.Encryption
Assembly:  MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.20.0+ee01960089f28ea1b501690df5fc9f6318a70242
Syntax
public IReadOnlyDictionary<string, Object> ExtraOptions { get; }

Property Value

Type: IReadOnlyDictionaryString, Object
The extra options.
Remarks
All MongoClient objects in the same process should use the same setting for extraOptions.cryptSharedLibPath, as it is an error to load more that one crypt_shared dynamic library simultaneously in a single operating system process.
See Also