Table of Contents

Enum AccessSector

Namespace
Iot.Device.Card.Mifare
Assembly
Iot.Device.Mifare.dll

All access sectors rights for the keys and the access bits

[Flags]
public enum AccessSector

Fields

None = 0

No access

ReadAccessBitsWithKeyA = 4

Read Access Bits With Key A

ReadAccessBitsWithKeyB = 8

Read Access Bits With Key B

ReadKeyB = 256

Sometimes the KeyB may be read

ReadKeyBWithKeyA = 512

Read Key B With Key A

WriteAccessBitsWithKeyA = 64

Write Access Bits With Key A

WriteAccessBitsWithKeyB = 128

Write Access Bits With Key B

WriteKeyAWithKeyA = 1

Write Key A With Key A

WriteKeyAWithKeyB = 2

Write Key A With Key B

WriteKeyBWithKeyA = 16

Write Key B With Key A

WriteKeyBWithKeyB = 32

Write Key B With Key B