Constant libloading::os::windows::LOAD_LIBRARY_REQUIRE_SIGNED_TARGET[][src]

pub const LOAD_LIBRARY_REQUIRE_SIGNED_TARGET: DWORD;
This is supported 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.