Function windows_sys::Win32::Security::Cryptography::NCryptVerifySignature
[−]pub unsafe extern "system" fn NCryptVerifySignature(
hkey: NCRYPT_KEY_HANDLE,
ppaddinginfo: *const c_void,
pbhashvalue: *const u8,
cbhashvalue: u32,
pbsignature: *const u8,
cbsignature: u32,
dwflags: NCRYPT_FLAGS
) -> HRESULT
Expand description
Required features: "Win32_Security_Cryptography"