Function windows_sys::Win32::Security::Cryptography::CryptGetKeyIdentifierProperty
[−]pub unsafe extern "system" fn CryptGetKeyIdentifierProperty(
pkeyidentifier: *const CRYPTOAPI_BLOB,
dwpropid: u32,
dwflags: u32,
pwszcomputername: PCWSTR,
pvreserved: *mut c_void,
pvdata: *mut c_void,
pcbdata: *mut u32
) -> BOOL
Expand description
Required features: "Win32_Security_Cryptography"
, "Win32_Foundation"