Specifies an algorithm used for encryption and decryption
Namespace:
BerkeleyDBAssembly: 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 name | Description | |
---|---|---|
DEFAULT |
The default algorithm, or the algorithm previously used in an
existing environment
| |
AES |
The Rijndael/AES algorithm
|