Click or drag to resize

EncryptionAlgorithm Enumeration

Represents an encryption algorithm.

Namespace:  MongoDB.Driver.Encryption
Assembly:  MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.20.0+ee01960089f28ea1b501690df5fc9f6318a70242
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 Indexed algorithm.
Unindexed3 Unindexed algorithm.
RangePreview4 RangePreview algorithm.
See Also