Edit

Share via


AccessSector Enum

Definition

All access sectors rights for the keys and the access bits

This enumeration supports a bitwise combination of its member values.

[System.Flags]
public enum AccessSector
[<System.Flags>]
type AccessSector = 
Public Enum AccessSector
Inheritance
AccessSector
Attributes

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

Applies to