LOAD_IGNORE_CODE_AUTHZ_LEVEL top-level constant

  1. @Deprecated('Use LOAD_LIBRARY_FLAGS.LOAD_IGNORE_CODE_AUTHZ_LEVEL instead')
int const LOAD_IGNORE_CODE_AUTHZ_LEVEL

If this value is used, the system does not check AppLocker rules or apply Software Restriction Policies for the DLL. This action applies only to the DLL being loaded and not to its dependencies. This value is recommended for use in setup programs that must run extracted DLLs during installation.

Implementation

@Deprecated('Use LOAD_LIBRARY_FLAGS.LOAD_IGNORE_CODE_AUTHZ_LEVEL instead')
const LOAD_IGNORE_CODE_AUTHZ_LEVEL = 0x00000010;