TOKEN_ADJUST_DEFAULT top-level constant

  1. @Deprecated('Use TOKEN_ACCESS_MASK.TOKEN_ADJUST_DEFAULT instead')
int const TOKEN_ADJUST_DEFAULT

Required to change the default owner, primary group, or DACL of an access token.

Implementation

@Deprecated('Use TOKEN_ACCESS_MASK.TOKEN_ADJUST_DEFAULT instead')
const TOKEN_ADJUST_DEFAULT = 0x0080;