C-DEngine 5.105

TheClientInfo..::..IsTrusted Property

True if the Originator Node or its Security Proxy is trusted

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

Syntax


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