Function windows_sys::Win32::Security::Cryptography::CryptSignMessage
[−]pub unsafe extern "system" fn CryptSignMessage(
psignpara: *const CRYPT_SIGN_MESSAGE_PARA,
fdetachedsignature: BOOL,
ctobesigned: u32,
rgpbtobesigned: *const *const u8,
rgcbtobesigned: *const u32,
pbsignedblob: *mut u8,
pcbsignedblob: *mut u32
) -> BOOL
Expand description
Required features: "Win32_Security_Cryptography"
, "Win32_Foundation"