Enum QueryableEncryptionSchemaMode
- Namespace
- MongoDB.EntityFrameworkCore
- Assembly
- MongoDB.EntityFrameworkCore.dll
How Queryable Encryption schemas are managed by the MongoDB EF Core Provider.
public enum QueryableEncryptionSchemaMode
Fields
ApplyToClient = 0The IsEncrypted field configuration is only applied to the client.
Ignore = 1The IsEncrypted field configuration is ignored so that server schema may be used exclusively.