是否可以了解 Windows 证书存储中作为“启用强私钥”导入的证书是否可以被导入?保护?
是否可以了解 Windows 证书存储中的证书是否在 .NET 中作为“启用强私钥”保护导入?
Is it possible to understand whether a certificate in Windows cert store imported as "Enable Strong Private Key" protection in .NET?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
它看起来像
x509certificate2
不会直接公开这一点,因此除非其Extensions
属性在 .NET 中没有直接支持。(我没有“启用强私钥”的证书可以直接检查。)
It looks like
x509certificate2
doesn't directly expose this, so unless there is something in itsExtensions
property there is no direct support in .NET.(I don't have a certificate with "Enable Strong Private Key" to check directly.)