Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
QuickLoginResponseEventArgs.cs
1
using
Waher.Networking.XMPP.Contracts.EventArguments
;
2
3
namespace
Waher.Service.IoTBroker.Legal.MFA
4
{
8
public
class
QuickLoginResponseEventArgs
:
SignaturePetitionResponseEventArgs
9
{
10
private
readonly
byte
[] content;
11
private
readonly
object
state;
12
19
public
QuickLoginResponseEventArgs
(
SignaturePetitionResponseEventArgs
e,
20
byte
[]
Content
,
object
State
)
21
: base(e)
22
{
23
this.content =
Content
;
24
this.state =
State
;
25
}
26
30
public
byte
[]
SignatureContent
=> this.content;
31
35
public
object
State
=> this.state;
36
}
37
}
Waher.Networking.XMPP.Contracts.EventArguments.SignaturePetitionResponseEventArgs
Event arguments for signature petition responses
Definition:
SignaturePetitionResponseEventArgs.cs:10
Waher.Networking.XMPP.Events.MessageEventArgs.Content
XmlElement Content
Content of the message. For messages that are processed by registered message handlers,...
Definition:
MessageEventArgs.cs:221
Waher.Service.IoTBroker.Legal.MFA.QuickLoginResponseEventArgs
Event arguments for Quick-Login responses
Definition:
QuickLoginResponseEventArgs.cs:9
Waher.Service.IoTBroker.Legal.MFA.QuickLoginResponseEventArgs.State
object State
State object.
Definition:
QuickLoginResponseEventArgs.cs:35
Waher.Service.IoTBroker.Legal.MFA.QuickLoginResponseEventArgs.QuickLoginResponseEventArgs
QuickLoginResponseEventArgs(SignaturePetitionResponseEventArgs e, byte[] Content, object State)
Event arguments for Quick-Login responses
Definition:
QuickLoginResponseEventArgs.cs:19
Waher.Service.IoTBroker.Legal.MFA.QuickLoginResponseEventArgs.SignatureContent
byte[] SignatureContent
Content that was requested to be signed.
Definition:
QuickLoginResponseEventArgs.cs:30
Waher.Networking.XMPP.Contracts.EventArguments
Definition:
ClientMessageEventArgs.cs:4
Waher.Service.IoTBroker.Legal.MFA
Definition:
LegalIdentityInfo.cs:4
Waher.Service.IoTBroker
Legal
MFA
QuickLoginResponseEventArgs.cs
Generated by
1.9.5