Basically we need to make sure the user is the right person ,even after username/password ,we need another round of verification by using digital Certificate credentials. All clients will be having a crypto usb with their private key.
We need a scenario where the client user on concerned Aspx page should
- insert his Usb crypto token.
- select his certificate ,enter the usb pin (if any) .
- The server will authorize his action if he is the right person.
If it is possible,how ??. Should I be making Applet for it,do I have to look for cryto usb hardware specific SDK.
Any reference ,would be helpful.