Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IdentityApplicationState.cs
2
3namespace Paiwise
4{
10 {
11 private readonly IdentityState state;
12
20 : base(Application)
21 {
22 this.state = State;
23 }
24
28 public IdentityState State => this.state;
29 }
30}
Contains information about a legal identity application.
Contains information about a legal identity application, including its current state.
IdentityState State
Current state of the legal identity application.
IdentityApplicationState(IdentityApplication Application, IdentityState State)
Contains information about a legal identity application, including its current state.
Interface for identity applications.
IdentityState
Lists recognized legal identity states.