简体   繁体   中英

Asp.Net client certificate authentication problem after chrome update 83.0.4103.61

In my website, I use client certificate authentication. But when update chrome I have problem with authenticate. In my code when a user enters I check Request.ClientCertificate.Count > 0 condition. Before the update, this get count of the certificate, but after update Request.ClientCertificate.Count code return zero. What is the reason for this?

Finally, we found the problem. We update our Windows server then the problem solved.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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