I am tasked with finding the maximum number of tries to enter a PKCS#11 smart card token PIN number. I'm already aware of the flags in CK_TOKEN_INFO/TokenInfo as mentioned here i.e. CKF_USER_PIN_COUNT_LOW, CKF_USER_PIN_FINAL_TRY, CKF_USER_PIN_LOCKED. But somehow my supervisor insists there is somewhere inside the smart card that contains the information on the maximum number of tries to enter the PIN.
Is it really somewhere in there?