Click or drag to resize

AutoEncryptionOptionsEncryptedFieldsMap Property

Gets the encrypted fields map. Supplying an encryptedFieldsMap provides more security than relying on an encryptedFields obtained from the server. It protects against a malicious server advertising a false encryptedFields.

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

Property Value

Type: IReadOnlyDictionaryString, BsonDocument
See Also