Function windows_sys::Win32::Security::Cryptography::CryptSignCertificate
[−]pub unsafe extern "system" fn CryptSignCertificate(
hcryptprovorncryptkey: HCRYPTPROV_OR_NCRYPT_KEY_HANDLE,
dwkeyspec: u32,
dwcertencodingtype: u32,
pbencodedtobesigned: *const u8,
cbencodedtobesigned: u32,
psignaturealgorithm: *const CRYPT_ALGORITHM_IDENTIFIER,
pvhashauxinfo: *const c_void,
pbsignature: *mut u8,
pcbsignature: *mut u32
) -> BOOL
Expand description
Required features: "Win32_Security_Cryptography"
, "Win32_Foundation"