VhlCfg / File / MifareKeyList Value

Contains a list of 7 bytes: one byte access limitations and 6 bytes Mifare key.

Properties

Format

Name Type/Size Description
- Array (until end of frame) -
AccessLimitations Bit mask (8 bits) -
RFU Integer (bit mask area 0xE0) Zero padding
DenyTransferToSecureMemory Boolean (bit 0x10) This key shall not be transferred to secure memory to avoid that the key can be used via low level commands without these restrictions (secure memory usage via low level commands does not check these access limitation).
RFU Integer (bit 0x08) Zero padding
DenyChangeKey Boolean (bit 0x04) It is not allowed to use this key to change a key (modify a sector trailer).
DenyWrite Boolean (bit 0x02) It is not allowed to use this key for writing.
DenyRead Boolean (bit 0x01) It is not allowed to use this key for reading.
Key Raw data (length 6 Bytes) This is the 6 byte Mifare key.