Enum AccessSector
All access sectors rights for the keys and the access bits
[Flags]
public enum AccessSector
Fields
None = 0No access
ReadAccessBitsWithKeyA = 4Read Access Bits With Key A
ReadAccessBitsWithKeyB = 8Read Access Bits With Key B
ReadKeyB = 256Sometimes the KeyB may be read
ReadKeyBWithKeyA = 512Read Key B With Key A
WriteAccessBitsWithKeyA = 64Write Access Bits With Key A
WriteAccessBitsWithKeyB = 128Write Access Bits With Key B
WriteKeyAWithKeyA = 1Write Key A With Key A
WriteKeyAWithKeyB = 2Write Key A With Key B
WriteKeyBWithKeyA = 16Write Key B With Key A
WriteKeyBWithKeyB = 32Write Key B With Key B