#[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_IDENTIFICATIONHashSize: u32ImageHash: [u8; 64]HashAlgorithm: u32