C-DEngine 5.105

TheServiceHostInfo..::..DontVerifyTrust Property

if true, the C-DEngine is running in "Unsafe" mode and custom plugins can be installed

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

Syntax


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