READ_CONTROL top-level constant

  1. @Deprecated('Use FILE_ACCESS_RIGHTS.READ_CONTROL instead')
int const READ_CONTROL

The right to read the information in the object's security descriptor, not including the information in the system access control list (SACL).

Implementation

@Deprecated('Use FILE_ACCESS_RIGHTS.READ_CONTROL instead')
const READ_CONTROL = 0x00020000;