IE7 Smartcard PIN Prompt

2.3k Views Asked by At

I can open as many instances of IE7 as I want and I get prompted for a cert each time (but no PIN). However, if I close any of the instances of IE7, then on the next open I get the PIN prompt. So it seems to me that the IE7 program is doing something when it is closed to tell the smart card to "expire" the current PIN. I would like to find out what IE7 is doing to cause that to happen (when it closes) because I want my program to be able to do that too. Any ideas on how I could find that out?

Thanks!

2

There are 2 best solutions below

6
On BEST ANSWER

Resetting the card will exipre the PIN. See this answer for more information.

0
On

The PIN caching behavior you are observing might just be a middleware administration matter. See chapter 8 of the ActivClient Administrators guide. Pin caching can be session, or process based, among other criteria like intended key usage, timeouts, and whitelists.

There is a good chance that closing the keystore is not possible in regular javascript. That kind of operation might cross some security boundary.