简体   繁体   English

从 X509Store 频繁检索证书

[英]Frequent retrieval of certificates from X509Store

What performance impacts could occur by frequently retrieving X509Certificate2 from X509Store?频繁从 X509Store 检索 X509Certificate2 会产生哪些性能影响? If there are serious performance impacts what could I do to mitigate them?如果有严重的性能影响,我可以做些什么来减轻它们?

Framework: .Net Core 3.1框架:.Net Core 3.1

The impact is small, if you still want to improve performance, you can create a dynamic index.影响小,如果还想提高性能,可以创建动态索引。 Put it in memory when used frequently.经常使用的时候把它放在内存中。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM