#[repr(C)]pub struct CERT_SIGNED_CONTENT_INFO {
pub ToBeSigned: CRYPTOAPI_BLOB,
pub SignatureAlgorithm: CRYPT_ALGORITHM_IDENTIFIER,
pub Signature: CRYPT_BIT_BLOB,
}Expand description
Required features: ‘Win32_Security_Cryptography’, ‘Win32_Foundation’
Fields
ToBeSigned: CRYPTOAPI_BLOBSignatureAlgorithm: CRYPT_ALGORITHM_IDENTIFIERSignature: CRYPT_BIT_BLOB