Edit

Share via


AccessType Enum

Definition

The type of access for the data sectors

This enumeration supports a bitwise combination of its member values.

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

Fields

DecrementTransferRestoreKeyA 64

Decrement Transfer Restore Key A

DecrementTransferRestoreKeyB 128

Decrement Transfer Restore Key B

IncrementKeyA 16

Increment Key A

IncrementKeyB 32

Increment Key B

None 0

None

ReadKeyA 1

Read Key A

ReadKeyB 2

Read Key B

WriteKeyA 4

Write Key A

WriteKeyB 8

Write Key B

Applies to