![]() |
Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
|
Interface for currency converter service providers More...
Public Member Functions | |
Task< IAuthenticationResult > | IsValid (Waher.Networking.XMPP.Contracts.EventArguments.SignaturePetitionEventArgs PeerReivewRequest, ClientUrlEventHandler ClientUrlCallback, object State) |
Checks the veracity of identity claims. More... | |
Properties | |
string | PeerReviewerLegalId [get] |
Legal ID of peer reviewer More... | |
bool | External [get] |
If the PeerReviewerLegalId is an external legal identity (true), or represents the neuron itself (false). More... | |
IPeerReviewServiceProvider | PeerReviewServiceProvider [get] |
Reference to service provider. More... | |
string | Id [get] |
ID of service provider. More... | |
string | Name [get] |
Displayable name of service provider. More... | |
string | IconUrl [get] |
Optional URL to icon of service provider. More... | |
int | IconWidth [get] |
Width of icon, if available. More... | |
int | IconHeight [get] |
Height of icon, if available. More... | |
Interface for currency converter service providers
Definition at line 8 of file IPeerReviewService.cs.
Task< IAuthenticationResult > Paiwise.IPeerReviewService.IsValid | ( | Waher.Networking.XMPP.Contracts.EventArguments.SignaturePetitionEventArgs | PeerReivewRequest, |
ClientUrlEventHandler | ClientUrlCallback, | ||
object | State | ||
) |
Checks the veracity of identity claims.
PeerReivewRequest | Peer review request. |
ClientUrlCallback | Client-side URL that needs to be opened to complete the validation process. |
State | State object passed on in calls to the callback method. |
Implemented in TAG.Identity.FeaturedPeerReviewers.FeaturedPeerReviewerService.
|
get |
If the PeerReviewerLegalId is an external legal identity (true), or represents the neuron itself (false).
Implemented in TAG.Identity.FeaturedPeerReviewers.FeaturedPeerReviewerService.
Definition at line 19 of file IPeerReviewService.cs.
|
getinherited |
Height of icon, if available.
Implemented in Paiwise.Internal.PaiwisePaymentServices, Paiwise.ServiceProvider, TAG.Payments.NeuroCredits.NeuroCreditsService, TAG.Payments.NeuroCredits.NeuroCreditsServiceProvider, TAG.Identity.FeaturedPeerReviewers.FeaturedPeerReviewerService, TAG.Identity.FeaturedPeerReviewers.FeaturedPeerReviewersProvider, TAG.Payments.Script.Providers.BuyEDaler.BuyEDalerService, TAG.Payments.Script.Providers.BuyEDaler.BuyEDalerServiceProvider, TAG.Payments.Script.Providers.Payment.PaymentService, TAG.Payments.Script.Providers.Payment.PaymentServiceProvider, TAG.Payments.Script.Providers.SellEDaler.SellEDalerService, and TAG.Payments.Script.Providers.SellEDaler.SellEDalerServiceProvider.
Definition at line 31 of file IServiceProvider.cs.
|
getinherited |
Optional URL to icon of service provider.
Implemented in Paiwise.Internal.PaiwisePaymentServices, Paiwise.ServiceProvider, TAG.Payments.NeuroCredits.NeuroCreditsService, TAG.Payments.NeuroCredits.NeuroCreditsServiceProvider, TAG.Identity.FeaturedPeerReviewers.FeaturedPeerReviewerService, TAG.Identity.FeaturedPeerReviewers.FeaturedPeerReviewersProvider, TAG.Payments.Script.Providers.BuyEDaler.BuyEDalerService, TAG.Payments.Script.Providers.BuyEDaler.BuyEDalerServiceProvider, TAG.Payments.Script.Providers.Payment.PaymentService, TAG.Payments.Script.Providers.Payment.PaymentServiceProvider, TAG.Payments.Script.Providers.SellEDaler.SellEDalerService, and TAG.Payments.Script.Providers.SellEDaler.SellEDalerServiceProvider.
Definition at line 21 of file IServiceProvider.cs.
|
getinherited |
Width of icon, if available.
Implemented in Paiwise.Internal.PaiwisePaymentServices, Paiwise.ServiceProvider, TAG.Payments.NeuroCredits.NeuroCreditsService, TAG.Payments.NeuroCredits.NeuroCreditsServiceProvider, TAG.Identity.FeaturedPeerReviewers.FeaturedPeerReviewerService, TAG.Identity.FeaturedPeerReviewers.FeaturedPeerReviewersProvider, TAG.Payments.Script.Providers.BuyEDaler.BuyEDalerService, TAG.Payments.Script.Providers.BuyEDaler.BuyEDalerServiceProvider, TAG.Payments.Script.Providers.Payment.PaymentService, TAG.Payments.Script.Providers.Payment.PaymentServiceProvider, TAG.Payments.Script.Providers.SellEDaler.SellEDalerService, and TAG.Payments.Script.Providers.SellEDaler.SellEDalerServiceProvider.
Definition at line 26 of file IServiceProvider.cs.
|
getinherited |
ID of service provider.
Implemented in Paiwise.Internal.PaiwisePaymentServices, Paiwise.ServiceProvider, TAG.Payments.NeuroCredits.NeuroCreditsService, TAG.Payments.NeuroCredits.NeuroCreditsServiceProvider, TAG.Identity.FeaturedPeerReviewers.FeaturedPeerReviewerService, TAG.Identity.FeaturedPeerReviewers.FeaturedPeerReviewersProvider, TAG.Payments.Script.Providers.BuyEDaler.BuyEDalerService, TAG.Payments.Script.Providers.BuyEDaler.BuyEDalerServiceProvider, TAG.Payments.Script.Providers.Payment.PaymentService, TAG.Payments.Script.Providers.Payment.PaymentServiceProvider, TAG.Payments.Script.Providers.SellEDaler.SellEDalerService, and TAG.Payments.Script.Providers.SellEDaler.SellEDalerServiceProvider.
Definition at line 11 of file IServiceProvider.cs.
|
getinherited |
Displayable name of service provider.
Implemented in Paiwise.Internal.PaiwisePaymentServices, Paiwise.ServiceProvider, TAG.Payments.NeuroCredits.NeuroCreditsService, TAG.Payments.NeuroCredits.NeuroCreditsServiceProvider, TAG.Identity.FeaturedPeerReviewers.FeaturedPeerReviewerService, TAG.Identity.FeaturedPeerReviewers.FeaturedPeerReviewersProvider, TAG.Payments.Script.Providers.BuyEDaler.BuyEDalerService, TAG.Payments.Script.Providers.BuyEDaler.BuyEDalerServiceProvider, TAG.Payments.Script.Providers.Payment.PaymentService, TAG.Payments.Script.Providers.Payment.PaymentServiceProvider, TAG.Payments.Script.Providers.SellEDaler.SellEDalerService, and TAG.Payments.Script.Providers.SellEDaler.SellEDalerServiceProvider.
Definition at line 16 of file IServiceProvider.cs.
|
get |
Legal ID of peer reviewer
Implemented in TAG.Identity.FeaturedPeerReviewers.FeaturedPeerReviewerService.
Definition at line 13 of file IPeerReviewService.cs.
|
get |
Reference to service provider.
Implemented in TAG.Identity.FeaturedPeerReviewers.FeaturedPeerReviewerService.
Definition at line 24 of file IPeerReviewService.cs.