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.
Range = 4
Range algorithm.
[Obsolete("Please use Range algorithm instead")] RangePreview = 5
RangePreview algorithm.