Skip to content

Latest commit

 

History

History
71 lines (60 loc) · 2.4 KB

ns-wintrust-spc_indirect_data_content.md

File metadata and controls

71 lines (60 loc) · 2.4 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:wintrust._SPC_INDIRECT_DATA_CONTENT
SPC_INDIRECT_DATA_CONTENT (wintrust.h)
Is used in Authenticode signatures to store the digest and other attributes of the signed file.
*PSPC_INDIRECT_DATA_CONTENT
PSPC_INDIRECT_DATA_CONTENT
PSPC_INDIRECT_DATA_CONTENT structure pointer [Security]
SPC_INDIRECT_DATA_CONTENT
SPC_INDIRECT_DATA_CONTENT structure [Security]
security.spc_indirect_data_content
wintrust/PSPC_INDIRECT_DATA_CONTENT
wintrust/SPC_INDIRECT_DATA_CONTENT
security\spc_indirect_data_content.htm
security
BD790CA5-9C51-4483-93C1-5492154BF913
12/05/2018
*PSPC_INDIRECT_DATA_CONTENT, PSPC_INDIRECT_DATA_CONTENT, PSPC_INDIRECT_DATA_CONTENT structure pointer [Security], SPC_INDIRECT_DATA_CONTENT, SPC_INDIRECT_DATA_CONTENT structure [Security], security.spc_indirect_data_content, wintrust/PSPC_INDIRECT_DATA_CONTENT, wintrust/SPC_INDIRECT_DATA_CONTENT
wintrust.h
Windows
Windows XP [desktop apps only]
Windows Server 2003 [desktop apps only]
Windows
SPC_INDIRECT_DATA_CONTENT, *PSPC_INDIRECT_DATA_CONTENT
19H1
_SPC_INDIRECT_DATA_CONTENT
wintrust/_SPC_INDIRECT_DATA_CONTENT
PSPC_INDIRECT_DATA_CONTENT
wintrust/PSPC_INDIRECT_DATA_CONTENT
SPC_INDIRECT_DATA_CONTENT
wintrust/SPC_INDIRECT_DATA_CONTENT
c++
APIRef
kbSyntax
HeaderDef
Wintrust.h
SPC_INDIRECT_DATA_CONTENT

SPC_INDIRECT_DATA_CONTENT structure

-description

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

-struct-fields

-field Data

A CRYPT_ATTRIBUTE_TYPE_VALUE that contains attributes of the digested file.

-field DigestAlgorithm

Specifies the digest algorithm used to hash the file.

-field Digest

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