开发者

X509 store can not find certificate

开发者 https://www.devze.com 2023-03-07 19:49 出处:网络
I am 开发者_运维技巧using following code to find certificates in personal store. It finds the certificate on first page load but after postback it doen\'t find the same certificate.

I am 开发者_运维技巧using following code to find certificates in personal store. It finds the certificate on first page load but after postback it doen't find the same certificate.

X509Store store = new X509Store(StoreName.My, StoreLocation.CurrentUser);
store.Open(OpenFlags.ReadOnly);
0

精彩评论

暂无评论...
验证码 换一张
取 消