The following tables list the members exposed by the MifareClassicAccessCondition type.

Name Description
Public method Static GetAccessCondition(byte[], int) Extract three access condition bits from accessBits 3-byte byte array. Three bit AC determines access conditions for a block/keys or ac bits within a sector.
Public method Static SetAccessCondition(ref byte[], byte, int) Set the access condition for a block within a sector. This is a helper method to help prepare access bits. It does not access the card. You will still need to copy the access bits to the right location - byte[6..8] - within the sector trailer of the appropriate sector.
Top