bhagya

bhagya

  • NA
  • 33
  • 0

Save the RSA public key as a String in Digital Signatures

Dec 8 2008 2:21 AM
Hi all;

Do you know any way to save the RSA public key as a string and use that string to verify the signature in C#?

RSA public key can be saved in an Xml document using raskey.ToXmlString(false), but I want to save it in a string instead of saving it in a file.

Thanks in Advance.

Answers (1)