MongoDb with .NET driver server-side validation of manual client-side field encryption
I am implementing manual client-side encryption of specific properties in my document. The MongoDB documentation suggests that I can specify a schema that can be used to carry out server-side validation, I'm trying to set this up in order to…