Specifies an algorithm used for encryption and decryption

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet53 (in libdb_dotnet53.dll) Version: 5.3.28.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