Enum EncryptionAlgorithm
- Namespace
- MongoDB.Driver.Encryption
- Assembly
- MongoDB.Driver.dll
Represents an encryption algorithm.
public enum EncryptionAlgorithm
Fields
AEAD_AES_256_CBC_HMAC_SHA_512_Deterministic = 0
Deterministic algorithm.
AEAD_AES_256_CBC_HMAC_SHA_512_Random = 1
Random algorithm.
Indexed = 2
Indexed algorithm.
Unindexed = 3
Unindexed algorithm.
RangePreview = 4
RangePreview algorithm.