33 public byte[]
Data {
get; }
44 public bool?
Valid {
get;
set; }
Event arguments for signature validation events.
byte[] Data
Binary data to sign.
bool? Valid
If signature is valid (true), invalid (false), or if signature validation was not performed (null).
byte[] Signature
Digital signature of data
LegalIdentity Identity
Legal Identity associated with the LegalId
ValidateSignatureEventArgs(string LegalId, byte[] Data, byte[] Signature)
Event arguments for signature validation events.
string LegalId
Legal identity used to create the signature. If empty, current approved legal identities will be used...
Abstract base class of signatures