Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created January 21, 2022 16:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bjoerntx/0b6c0d0358325579feddf8296ef47180 to your computer and use it in GitHub Desktop.
Save bjoerntx/0b6c0d0358325579feddf8296ef47180 to your computer and use it in GitHub Desktop.
public class SignedDocument
{
public string Hash { get; set; }
public string Signer { get; set; }
public string DocumentId { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment