C-DEngine 5.105

TheServiceHostInfo..::..PermittedUnscopedNodesIDs Property

A list of node IDs that are allowed to participate in the mesh communication although they do not have a proper ScopeID. This is useful for unscoped small devices such as sensors that need to send information to the mesh but do not have the proper OS to participate in the encrypted security of C-DEngine nodes

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

Syntax


public List<string> PermittedUnscopedNodesIDs { get; set; }
Public Property PermittedUnscopedNodesIDs As List(Of String)
	Get
	Set
public:
property List<String^>^ PermittedUnscopedNodesIDs {
	List<String^>^ get ();
	void set (List<String^>^ value);
}