SmartCardHolderVerifier::getNumberOfPinAttemptsRemaining()

Retrieve the number of PIN attempts remaining for the current smart card.

Synopsis:

#include <smartcard_spi/SmartCardHolderVerifier.hpp>
virtual sc_response_code_t smartcard_spi::SmartCardHolderVerifier::getNumberOfPinAttemptsRemaining(unsigned int &numAttemptsRemaining)

Since:

BlackBerry 10.3.0

Arguments:

numAttemptsRemaining

The number of PIN attempts remaining for the current smart card, which is populated by this function.

Library:

libscs (For the qcc command, use the -l scs option to link against this library)

Description:

This function retrieves the number of PIN attempts remaining for the current smart card.

Returns:

If successful, SCARD_S_SUCCESS is returned. Otherwise, an error code is returned.