Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
Paiwise.RemoteIdentifier Class Reference

Contains information about a remote identifier. More...

Inheritance diagram for Paiwise.RemoteIdentifier:
Paiwise.IRemoteIdentifier

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...
 

Detailed Description

Contains information about a remote identifier.

Definition at line 6 of file RemoteIdentifier.cs.

Constructor & Destructor Documentation

◆ RemoteIdentifier()

Paiwise.RemoteIdentifier.RemoteIdentifier ( string  AddressType,
string  Address 
)

Contains information about a remote identifier.

Parameters
AddressTypeRemote Address Type, identifying the type of address used in Address.
AddressRemote Address, identifying the remote party.

Definition at line 14 of file RemoteIdentifier.cs.

Property Documentation

◆ Address

string Paiwise.RemoteIdentifier.Address
get

Remote Address, identifying the remote party.

Implements Paiwise.IRemoteIdentifier.

Definition at line 28 of file RemoteIdentifier.cs.

◆ AddressType

string Paiwise.RemoteIdentifier.AddressType
get

Remote Address Type, identifying the type of address used in Address.

Implements Paiwise.IRemoteIdentifier.

Definition at line 23 of file RemoteIdentifier.cs.


The documentation for this class was generated from the following file: