Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This structure contains encoded content to be signed and a BLOB (Cryptography) structure to hold the signature. The ToBeSigned member is an encoded CERT_INFO or CERT_REQUEST_INFO structure.
typedef struct _CERT_SIGNED_CONTENT_INFO {CRYPT_DER_BLOBToBeSigned;CRYPT_ALGORITHM_IDENTIFIERSignatureAlgorithm;CRYPT_BIT_BLOBSignature;CERT_SIGNED_CONTENT_INFO, *PCERT_SIGNED_CONTENT_INFO;
Members
- ToBeSigned
DER-encoded BLOB structure that is to be signed. - SignatureAlgorithm
CRYPT_ALGORITHM_IDENTIFIER structure that contains the signature algorithm type and any associated additional parameters. - Signature
BLOB structure containing a signed hash of the encoded data.
Requirements
OS Versions: Windows CE 3.0 and later.
Header: Wincrypt.h.
See Also
BLOB (Cryptography) | CERT_INFO | CERT_REQUEST_INFO | CRYPT_ALGORITHM_IDENTIFIER | CRYPT_BIT_BLOB
Send Feedback on this topic to the authors