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

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