How to get password failure count of crypto token (Smartcard) using PKCS11Interop
问题 I have .Net application to interact with the crypto token (Smartcard) using PKCS11Interop library where users can login to the token and generate keypair and sign. If users enter the wrong password multiple time token will be locked, how can I get the remaining number of attempt to login to the token. while searching on the internet I came across Net.Pkcs11Interop.HighLevelAPI.TokenInfo.TokenFlags which contains this information CKF_USER_PIN_COUNT_LOW 0x00010000 True if an incorrect user