Skip to content

Instantly share code, notes, and snippets.

@VulBusters
Created August 9, 2023 07:54
Show Gist options
  • Save VulBusters/5066fa65a2a2fcd1a43c1a553e57fa8b to your computer and use it in GitHub Desktop.
Save VulBusters/5066fa65a2a2fcd1a43c1a553e57fa8b to your computer and use it in GitHub Desktop.
public class PublicKeyDto
{
public String PublicKey { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment