Property ExtraOptions
- Namespace
- MongoDB.Driver.Encryption
- Assembly
- MongoDB.Driver.dll
ExtraOptions
Gets the extra options.
public IReadOnlyDictionary<string, object> ExtraOptions { get; }
Property Value
- IReadOnlyDictionary<string, 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.