Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IIdentityReviewApplication.cs
2
3namespace Paiwise
4{
8 [DefaultImplementation(typeof(IdentityReviewApplication))]
10 {
14 string Purpose { get; }
15
19 string ClientEndpoint { get; }
20 }
21}
Interface for identity applications.
Interface for identity applications.
string ClientEndpoint
Remote endpoint of remote party client.
string Purpose
Purpose message, describing the purpose of the identity review.