Hello All,
I'm developing a smart card mini-driver module. I installed the module using an INF file. After installation when I insert the smart card in reader, the module is loaded and I see the log is updated with the messages from mini driver. I'm not sure but I think Winlogon process is using my module. I would like to know if it is correct. I'm using Crypto Provider as Microsoft Base Smart Card Crypto Provider.
I want to test my module using "Certutil -scinfo". When I use this command a message "The card is being shared by a process." is displayed and the utility hangs at "Analyzing card in reader". How can I make sure that WinLogon does not load my module so that I can use with the utility instead.
Any help is appreciated.
Thanks in Advance.
Madhukar
I'm developing a smart card mini-driver module. I installed the module using an INF file. After installation when I insert the smart card in reader, the module is loaded and I see the log is updated with the messages from mini driver. I'm not sure but I think Winlogon process is using my module. I would like to know if it is correct. I'm using Crypto Provider as Microsoft Base Smart Card Crypto Provider.
I want to test my module using "Certutil -scinfo". When I use this command a message "The card is being shared by a process." is displayed and the utility hangs at "Analyzing card in reader". How can I make sure that WinLogon does not load my module so that I can use with the utility instead.
Any help is appreciated.
Thanks in Advance.
Madhukar