Click or drag to resize

EncryptionAlgorithm Enumeration

Represents an encryption algorithm.

Namespace:  MongoDB.Driver.Encryption
Assembly:  MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.19.1+3a2a09dd959482f665ffbb5df2557ec541597af4
Syntax
public enum EncryptionAlgorithm
Members
  Member nameValueDescription
AEAD_AES_256_CBC_HMAC_SHA_512_Deterministic0 Deterministic algorithm.
AEAD_AES_256_CBC_HMAC_SHA_512_Random1 Random algorithm.
Indexed2 [Beta] Indexed algorithm.
Unindexed3 [Beta] Unindexed algorithm.
RangePreview4 RangePreview algorithm.
See Also