CERT_SIGNED_CONTENT_INFO
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
Last updated on Thursday, April 08, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.