Hi,
Suppose I write an application, based on NSS (for encryption and client/server
authentication). Certifacates are on (PKCS11)smartcards. Further, my application works
different for different users, 'roles'; some options in some menues are greyed for
different roles for example.
During shift change one user (role) removes his card and the new user inserts his. How
can the application detect this change? Is there some callback function in pkcs11 for
removal/insertion of token or how is this situation supposed to be handled?
Regards Bengt