pub const LOAD_LIBRARY_REQUIRE_SIGNED_TARGET: u32 = 0x00000080;
Available on Windows only.
Expand description

Specifies that the digital signature of the binary image must be checked at load time.

See flag documentation on MSDN.