是否可以了解 Windows 证书存储中作为“启用强私钥”导入的证书是否可以被导入?保护?

发布于 2024-09-24 16:19:32 字数 54 浏览 2 评论 0原文

是否可以了解 Windows 证书存储中的证书是否在 .NET 中作为“启用强私钥”保护导入?

Is it possible to understand whether a certificate in Windows cert store imported as "Enable Strong Private Key" protection in .NET?

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

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

发布评论

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

评论(1

别想她 2024-10-01 16:19:32

它看起来像 x509certificate2 不会直接公开这一点,因此除非其 Extensions 属性在 .NET 中没有直接支持。

(我没有“启用强私钥”的证书可以直接检查。)

It looks like x509certificate2 doesn't directly expose this, so unless there is something in its Extensions property there is no direct support in .NET.

(I don't have a certificate with "Enable Strong Private Key" to check directly.)

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