Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
LegalIdentityInfo.cs
1using System.Collections.Generic;
2
4{
8 internal class LegalIdentityInfo
9 {
13 internal LegalIdentityInfo()
14 {
15 }
16
20 public Dictionary<string, object> Properties { get; internal set; }
21
25 public Dictionary<string, object>[] Attachments { get; internal set; }
26 }
27}