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