![]() |
Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
|
Classes | |
class | AuthenticationResult |
Basic implementation of IAuthenticationResult. More... | |
class | BuyEDalerServiceProvider |
Contains information about a service provider that users can use to buy eDaler. More... | |
class | ClientUrlEventArgs |
Event arguments for callback methods with the aim of pushing a URL to a client. More... | |
class | CurrencyPair |
Contains a pair of currencies, for currency conversion. More... | |
interface | IAuthenticationResult |
Interface for authentication results More... | |
interface | IBuyEDalerService |
Interface for information about a service provider that users can use to buy eDaler. More... | |
interface | IBuyEDalerServiceProvider |
Interface for information about a service provider that users can use to buy eDaler. More... | |
interface | ICurrencyConverterQuote |
Interface for currency conversion quotes. More... | |
interface | ICurrencyConverterService |
Interface for currency converter services More... | |
interface | IIdentityApplication |
Interface for identity applications. More... | |
interface | IIdentityAuthenticatorService |
Interface for currency converter services More... | |
interface | IPaymentService |
Interface for information about a service provider that users can use to pay for services. More... | |
interface | IPaymentServiceProvider |
Interface for information about a service provider that users can use to pay for services. More... | |
interface | IPeerReviewService |
Interface for currency converter service providers More... | |
interface | IPeerReviewServiceProvider |
Interface for peer-review service providers. More... | |
interface | IPersonalNumberValidator |
Interface for service providers that can validate personal numbers. More... | |
interface | IPhoto |
Interface for photos. More... | |
interface | ISellEDalerService |
Interface for information about a service provider that users can use to sell eDaler. More... | |
interface | ISellEDalerServiceProvider |
Interface for information about a service provider that users can use to sell eDaler. More... | |
interface | IServiceProvider |
Interface for information about a service provider. More... | |
class | PaymentResult |
Result of request payment. More... | |
class | SellEDalerServiceProvider |
Contains information about a service provider that users can use to sell eDaler. More... | |
class | ServiceProvider |
Contains information about a service provider. More... | |
Enumerations | |
enum | ErrorType |
Type of error. More... | |
Functions | |
delegate Task | ClientUrlEventHandler (object Sender, ClientUrlEventArgs e) |
Delegat for client URL callback methods. More... | |
enum Paiwise.ErrorType |
Type of error.
Definition at line 9 of file IAuthenticationResult.cs.
delegate Task Paiwise.ClientUrlEventHandler | ( | object | Sender, |
ClientUrlEventArgs | e | ||
) |
Delegat for client URL callback methods.
Sender | Sender of event. |
e | Event arguments. |