12 private readonly
string domain;
23 this.identity = Identity;
29 public string Id => this.identity.Id;
34 public DateTime
Created => this.identity.Created;
53 if (
string.IsNullOrEmpty(this.domain))
54 return "https://lab.tagroot.io/QR/" + this.
URL;
56 return "https://" + this.domain +
"/QR/" + this.
URL;
Abstract base class for selectable items. From the IoTGateway project, with permission.
Wrapper around a LegalIdentity, for purposes of displaying it to the user.
IdentityWrapper(string Domain, LegalIdentity Identity)
Wrapper around a LegalIdentity, for purposes of displaying it to the user.
DateTime Created
When object was created
string Id
Legal Identity ID
string QrCodeUrl
URL for displaying a QR-code for the URL.
IdentityState State
Current state of object
string URL
URL to Legal Identity
Adds support for legal identities, smart contracts and signatures to an XMPP client.
static string LegalIdUriString(string LegalId)
Legal identity URI, as a string.
IdentityState
Lists recognized legal identity states.