I am a chilkat registered user.
I am using visual basic 6.
Is possible to open a certificate from a smartcard and validate the pincode entered by the user?
Regards, Josefh
I am a chilkat registered user.
I am using visual basic 6.
Is possible to open a certificate from a smartcard and validate the pincode entered by the user?
Regards, Josefh
Just make sure the certificate is installed on the Windows system, and Chilkat will use the smartcard automatically. Make sure you're using Chilkat v9.5.0.75 or later. There is a ChilkatCert.SmartCardPin property (introduced in v9.5.0.75) that allows for the PIN to be set by the application to prevent the Windows dialog from appearing. If you don't set the SmartCardPin property (which is OK), then the 1st access to the private key will cause the Windows OS to popup the smart card PIN dialog.