Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
ClientSignatureNavigationArgs.cs
3
5{
10 {
15
22 {
23 this.Signature = signature;
24 this.Identity = identity;
25 }
26
31
35 public LegalIdentity? Identity { get; }
36 }
37}
An base class holding page specific navigation parameters.
Holds navigation parameters specific to views displaying a client signature.
ClientSignatureNavigationArgs(Waher.Networking.XMPP.Contracts.ClientSignature signature, LegalIdentity identity)
Creates a new instance of the ClientSignatureNavigationArgs class.
ClientSignatureNavigationArgs()
Creates a new instance of the ClientSignatureNavigationArgs class.
Represents a digital signature on a contract.
Abstract base class of signatures
Definition: Signature.cs:10
Definition: App.xaml.cs:4