CERT_SIGNED_CONTENT_INFO

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/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
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

BLOB (Cryptography)
CERT_INFO
CERT_REQUEST_INFO
CRYPT_ALGORITHM_IDENTIFIER
CRYPT_BIT_BLOB