Table of Contents

Property EncryptedFieldsMap

Namespace
MongoDB.Driver.Encryption
Assembly
MongoDB.Driver.dll

EncryptedFieldsMap

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.

public IReadOnlyDictionary<string, BsonDocument> EncryptedFieldsMap { get; }

Property Value

IReadOnlyDictionary<string, BsonDocument>