Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IRemoteIdentifier.cs
2
3namespace Paiwise
4{
8 [DefaultImplementation(typeof(RemoteIdentifier))]
9 public interface IRemoteIdentifier
10 {
14 string AddressType { get; }
15
19 string Address { get; }
20 }
21}
Interface for remote identifiers.
string AddressType
Remote Address Type, identifying the type of address used in Address.
string Address
Remote Address, identifying the remote party.