Table of Contents

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 = 0

The IsEncrypted field configuration is only applied to the client.

Ignore = 1

The IsEncrypted field configuration is ignored so that server schema may be used exclusively.