C-DEngine 5.105

TheServiceHostInfo..::..VerifyTrustPath Property

If true, the C-DEngine will verify the Trust path of the code-signing certificate. Internet connection is REQUIRED

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

Syntax


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