Struct windows_sys::Win32::Security::AppLocker::SAFER_HASH_IDENTIFICATION2
#[repr(C)]pub struct SAFER_HASH_IDENTIFICATION2 {
pub hashIdentification: SAFER_HASH_IDENTIFICATION,
pub HashSize: u32,
pub ImageHash: [u8; 64],
pub HashAlgorithm: u32,
}Expand description
Required features: "Win32_Security_AppLocker", "Win32_Foundation"
Fields§
§hashIdentification: SAFER_HASH_IDENTIFICATION§HashSize: u32§ImageHash: [u8; 64]§HashAlgorithm: u32