pub unsafe extern "system" fn CryptVerifyDetachedMessageSignature(
pverifypara: *const CRYPT_VERIFY_MESSAGE_PARA,
dwsignerindex: u32,
pbdetachedsignblob: *const u8,
cbdetachedsignblob: u32,
ctobesigned: u32,
rgpbtobesigned: *const *const u8,
rgcbtobesigned: *const u32,
ppsignercert: *mut *mut CERT_CONTEXT
) -> BOOL
Expand description
Required features: "Win32_Security_Cryptography"
, "Win32_Foundation"