C-DEngine 5.105

TheISBConnect..::..TLS Property

If true, TLS 1.2 is required

Namespace:  nsCDEngine.Communication
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public bool TLS { get; set; }
Public Property TLS As Boolean
	Get
	Set
public:
property bool^ TLS {
	bool^ get ();
	void set (bool^ value);
}