Access conditions for Mifare card data blocks
Namespace:
CardWerk.SmartCard.CardModule.MifareClassic
Assembly: CardWerk.SmartCard.CardModule.MifareClassic (in CardWerk.SmartCard.CardModule.MifareClassic.dll)
Assembly: CardWerk.SmartCard.CardModule.MifareClassic (in CardWerk.SmartCard.CardModule.MifareClassic.dll)
Member name | Description | |
---|---|---|
Always | Default configuration for data access. Any type of access allowed with Key A or Key B. | |
Invalid | We use this value to indicate an invalid access condition. This may be caused by an invalid access bit block (example: wrong complements). | |
Never | No data access at all | |
ReadAndWriteWithKeyB | Key B allows data read and wriote access. | |
ReadWithKeyAOrKeyB | Read data using Key A or Key B | |
ReadWithKeyB | Read only application with only Key B | |
ValueIsRechargeable | Value counter can be incremented. | |
ValueNotRechargeable | Data can be read. Value data can be decremented. | |
WriteWithKeyB | Use Key B to update |