SPC_INDIRECT_DATA_CONTENT structure (wintrust.h)

The SPC_INDIRECT_DATA_CONTENT structure is used in Authenticode signatures to store the digest and other attributes of the signed file.

Syntax

typedef struct _SPC_INDIRECT_DATA_CONTENT {
  CRYPT_ATTRIBUTE_TYPE_VALUE Data;
  CRYPT_ALGORITHM_IDENTIFIER DigestAlgorithm;
  CRYPT_HASH_BLOB            Digest;
} SPC_INDIRECT_DATA_CONTENT, *PSPC_INDIRECT_DATA_CONTENT;

Members

Data

A CRYPT_ATTRIBUTE_TYPE_VALUE that contains attributes of the digested file.

DigestAlgorithm

Specifies the digest algorithm used to hash the file.

Digest

The Authenticode digest value of the file using the algorithm specified in the DigestAlgorithm parameter.

Requirements

Requirement Value
Minimum supported client Windows XP [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Header wintrust.h