CERT_SIGNED_CONTENT_INFO (Windows Embedded CE 6.0)
1/6/2010
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.
Syntax
typedef struct _CERT_SIGNED_CONTENT_INFO {
CRYPT_DER_BLOB ToBeSigned;
CRYPT_ALGORITHM_IDENTIFIER SignatureAlgorithm;
CRYPT_BIT_BLOB Signature;
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
Header | wincrypt.h |
Windows Embedded CE | Windows CE 3.0 and later |
See Also
Reference
Cryptography Structures
BLOB (Cryptography)
CERT_INFO
CERT_REQUEST_INFO
CRYPT_ALGORITHM_IDENTIFIER
CRYPT_BIT_BLOB