Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
ISecurityObject.cs
2
4{
8 public interface ISecurityObject : IProcessingSupport<string>
9 {
13 string Oid { get; }
14
18 string ObjectName { get; }
19
23 bool IsConfigured { get; }
24
30 bool Configure(Vector SecurityInfo);
31 }
32}
bool IsConfigured
If the object has been configured.
bool Configure(Vector SecurityInfo)
If the object can be configured by the security information provided.
Interface for detecting interfaces supporting objects with predefined features.