EncryptionPassword Property

BerkeleyDB

The password used to perform encryption and decryption.

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet48 (in libdb_dotnet48.dll) Version: 4.8.24.0

Syntax

C#
public string EncryptionPassword { get; }
Visual Basic (Declaration)
Public ReadOnly Property EncryptionPassword As String
Visual C++
public:
property String^ EncryptionPassword {
	String^ get ();
}

See Also