Specifies an algorithm used for encryption and decryption

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet62 (in libdb_dotnet62.dll) Version: 6.2.32.0

Syntax

C#
public enum EncryptionAlgorithm
Visual Basic (Declaration)
Public Enumeration EncryptionAlgorithm
Visual C++
public enum class EncryptionAlgorithm

Members

Member nameDescription
DEFAULT
The default algorithm, or the algorithm previously used in an existing environment
AES
The Rijndael/AES algorithm

See Also