Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
LegalIdentityPetitionEventArgs.cs
1using System.Xml;
3
5{
10 {
11 private readonly string requestedIdentityId;
12
29 string RequestedIdentityId, string PetitionId, string Purpose, string ClientEndpoint, XmlElement Context,
30 string[] Properties, string[] Attachments)
32 {
33 this.requestedIdentityId = RequestedIdentityId;
34 }
35
39 public string RequestedIdentityId => this.requestedIdentityId;
40 }
41}
Abstract base class for petition event arguments.
string[] Attachments
Optional attachment hints to provide to the remote party, highlighting which attachments will be used...
LegalIdentity RequestorIdentity
Legal Identity of requesting entity.
string ClientEndpoint
Remote endpoint of remote party client.
string[] Properties
Optional property hints to provide to the remote party, highlighting which properties will be used in...
XmlElement Context
Any machine-readable context XML element available in the petition.
Event arguments for message events.