1
Answer

Save the RSA public key as a String in Digital Signatures

bhagya

bhagya

16y
3.4k
1
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)