This flag is used to prevent the use of SSL for securing the messages exchanged between nodes in a replication group.

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet181 (in libdb_dotnet181.dll) Version: 18.1.32.0

Syntax

C#
public bool RepDisableSSL { get; set; }
Visual Basic (Declaration)
Public Property RepDisableSSL As Boolean
Visual C++
public:
property bool RepDisableSSL {
	bool get ();
	void set (bool value);
}

See Also