eRFID_AccessControl_ProcedureType
eRFID_AccessControl_ProcedureType
enumeration contains a set of constants that define the type of authentication or secure data access procedure.
class eRFID_AccessControl_ProcedureType {
static const int ACPT_UNDEFINED = 0;
static const int ACPT_BAC = 1;
static const int ACPT_PACE = 2;
static const int ACPT_CA = 3;
static const int ACPT_TA = 4;
static const int ACPT_AA = 5;
static const int ACPT_RI = 6;
static const int ACPT_CARD_INFO = 10;
}
Constant | Description |
---|---|
ACPT_UNDEFINED | type is not defined |
ACPT_BAC | Basic Access Control (BAC) / Protection (BAP) |
ACPT_PACE | Password Authenticated Connection Establishment |
ACPT_CA | Chip Authentication |
ACPT_TA | Terminal Authentication |
ACPT_AA | Active Authentication |
ACPT_RI | Restricted Identification |
ACPT_CARD_INFO | card info |