Insert a Pin programmatically to access a private key on a smart card

Failed to set PIN using class CspParameters, this working solution has

While I am a little familiar with the architecture of KSP and Base CSP on Windows, I do not really understand what is happening there, but it currently works with all the smart card readers I tested.

One thing that bothers me does that-that-solution (or any other way to programmatically insert a pin code) work with a smart card device with keyboards ? I don’t have anything specific, but common sense would say that if a person does not insert a pin code through the keyboard, the application will be completely disconnected from the smart card (imagine a scenario where the WPF FAT client has a separate text field for the pin code)?

+3
source share

All Articles