Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IdentityValidationEventArgs.cs
1
using
System;
2
3
namespace
Waher.Networking.XMPP.Contracts.EventArguments
4
{
8
public
class
IdentityValidationEventArgs
: EventArgs
9
{
10
private
readonly
IdentityStatus
status;
11
private
readonly
object
state;
12
18
public
IdentityValidationEventArgs
(
IdentityStatus
Status
,
object
State
)
19
: base()
20
{
21
this.status =
Status
;
22
this.state =
State
;
23
}
24
28
public
IdentityStatus
Status
=> this.status;
29
33
public
object
State
=> this.state;
34
}
35
}
Waher.Networking.XMPP.Contracts.EventArguments.IdentityValidationEventArgs
Event arguments for identity validation responses
Definition:
IdentityValidationEventArgs.cs:9
Waher.Networking.XMPP.Contracts.EventArguments.IdentityValidationEventArgs.State
object State
State object.
Definition:
IdentityValidationEventArgs.cs:33
Waher.Networking.XMPP.Contracts.EventArguments.IdentityValidationEventArgs.IdentityValidationEventArgs
IdentityValidationEventArgs(IdentityStatus Status, object State)
Event arguments for identity validation responses
Definition:
IdentityValidationEventArgs.cs:18
Waher.Networking.XMPP.Contracts.EventArguments.IdentityValidationEventArgs.Status
IdentityStatus Status
Validation status of legal identity.
Definition:
IdentityValidationEventArgs.cs:28
Waher.Networking.XMPP.Contracts.EventArguments
Definition:
ContractPetitionEventArgs.cs:5
Waher.Networking.XMPP.Contracts.IdentityStatus
IdentityStatus
Validation Status of legal identity
Definition:
IdentityStatus.cs:7
IoTGateway
Networking
Waher.Networking.XMPP.Contracts
EventArguments
IdentityValidationEventArgs.cs
Generated by
1.9.5