Save the RSA public key as a String in Digital Signatures
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.