AutoEncryptionOptionsExtraOptions Property |
Gets the extra options.
Namespace:
MongoDB.Driver.Encryption
Assembly:
MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.18.0+554c799eb1ec8dd732f16c739387f6664df1ba7a
Syntax public IReadOnlyDictionary<string, Object> ExtraOptions { get; }
Public ReadOnly Property ExtraOptions As IReadOnlyDictionary(Of String, Object)
Get
member ExtraOptions : IReadOnlyDictionary<string, Object> with 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