AUTHENTICODE_EXTRA_CERT_CHAIN_POLICY_PARA structure (wincrypt.h)
The AUTHENTICODE_EXTRA_CERT_CHAIN_POLICY_PARA structure holds policy information used in the verification of certificate chains for files.
Syntax
typedef struct _AUTHENTICODE_EXTRA_CERT_CHAIN_POLICY_PARA {
DWORD cbSize;
DWORD dwRegPolicySettings;
PCMSG_SIGNER_INFO pSignerInfo;
} AUTHENTICODE_EXTRA_CERT_CHAIN_POLICY_PARA, *PAUTHENTICODE_EXTRA_CERT_CHAIN_POLICY_PARA;
Members
cbSize
The size, in bytes, of this structure.
dwRegPolicySettings
Flags set during installation that can be modified by a user. The SetReg tool found in the Authenticode Tool Pack can be used to select or cancel the selection of each value. These flags can be combined using a bitwise-OR operation.
pSignerInfo
A pointer to a CMSG_SIGNER_INFO structure that contains information on the signer of the file.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | wincrypt.h |