开发者

X509 store can not find 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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜