Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
ILegalIdentityProperty.cs
1namespace Waher.Security
2{
6 public interface ILegalIdentityProperty
7 {
11 string Name { get; }
12
16 string Value { get; }
17 }
18}