![]() |
Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
|
Contains information about a remote identifier. More...
Public Member Functions | |
| RemoteIdentifier (string AddressType, string Address) | |
| Contains information about a remote identifier. More... | |
Properties | |
| string | AddressType [get] |
| Remote Address Type, identifying the type of address used in Address. More... | |
| string | Address [get] |
| Remote Address, identifying the remote party. More... | |
Contains information about a remote identifier.
Definition at line 6 of file RemoteIdentifier.cs.
| Paiwise.RemoteIdentifier.RemoteIdentifier | ( | string | AddressType, |
| string | Address | ||
| ) |
Contains information about a remote identifier.
| AddressType | Remote Address Type, identifying the type of address used in Address. |
| Address | Remote Address, identifying the remote party. |
Definition at line 14 of file RemoteIdentifier.cs.
|
get |
Remote Address, identifying the remote party.
Implements Paiwise.IRemoteIdentifier.
Definition at line 28 of file RemoteIdentifier.cs.
|
get |
Remote Address Type, identifying the type of address used in Address.
Implements Paiwise.IRemoteIdentifier.
Definition at line 23 of file RemoteIdentifier.cs.