Namespace:
CardWerk.SmartCard.CardModule.MifareClassic
Assembly: CardWerk.SmartCard.CardModule.MifareClassic (in CardWerk.SmartCard.CardModule.MifareClassic.dll)
Top
Assembly: CardWerk.SmartCard.CardModule.MifareClassic (in CardWerk.SmartCard.CardModule.MifareClassic.dll)
Public Class MifareClassicAccessCondition
This language is not supported or no code example is available.
public static class MifareClassicAccessCondition
This language is not supported or no code example is available.
public ref class MifareClassicAccessCondition
This language is not supported or no code example is available.
Name | Description | |
---|---|---|
![]() ![]() |
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. |
![]() ![]() |
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. |