Struct windows_sys::Win32::Security::Cryptography::CERT_SIGNED_CONTENT_INFO
#[repr(C)]pub struct CERT_SIGNED_CONTENT_INFO {
pub ToBeSigned: CRYPT_INTEGER_BLOB,
pub SignatureAlgorithm: CRYPT_ALGORITHM_IDENTIFIER,
pub Signature: CRYPT_BIT_BLOB,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields§
§ToBeSigned: CRYPT_INTEGER_BLOB
§SignatureAlgorithm: CRYPT_ALGORITHM_IDENTIFIER
§Signature: CRYPT_BIT_BLOB