RSACryptoServiceProvider C# 返回密钥

发布于 2024-11-04 11:03:33 字数 64 浏览 0 评论 0原文

如何将 RSACryptoServiceProvider 中的公钥和私钥作为字符串返回?

How to return public and private keys in RSACryptoServiceProvider as strings?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

甚是思念 2024-11-11 11:03:33

您可能不想获取私钥,但如果您想获取私钥,请查看 ExportParameters 方法。这将为您提供按键中的各种内容。您还可以从 获取它的 XML 转储ToXmlString 方法。

You probably don't want to get the private key, but if you do, take a look at the ExportParameters method. This will give you all sorts of stuff from the keys. You can also get an XML dump of it from the ToXmlString method.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文