The algorithm used by the Berkeley DB library to perform encryption and decryption.

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

Syntax

C#
public EncryptionAlgorithm EncryptAlgorithm { get; }
Visual Basic (Declaration)
Public ReadOnly Property EncryptAlgorithm As EncryptionAlgorithm
Visual C++
public:
property EncryptionAlgorithm EncryptAlgorithm {
	EncryptionAlgorithm get ();
}

See Also