Click or drag to resize

EncryptionAlgorithm Enumeration

Represents an encryption algorithm.

Namespace:  MongoDB.Driver.Encryption
Assembly:  MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.18.0+554c799eb1ec8dd732f16c739387f6664df1ba7a
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.
See Also