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
Public Enumeration EncryptionAlgorithm
Members
| Member name | Value | Description |
---|
| AEAD_AES_256_CBC_HMAC_SHA_512_Deterministic | 0 |
Deterministic algorithm.
|
| AEAD_AES_256_CBC_HMAC_SHA_512_Random | 1 |
Random algorithm.
|
| Indexed | 2 |
[Beta] Indexed algorithm.
|
| Unindexed | 3 |
[Beta] Unindexed algorithm.
|
| RangePreview | 4 |
RangePreview algorithm.
|
See Also