AUTHENTICODE_EXTRA_CERT_CHAIN_POLICY_STATUS structure (wincrypt.h)

The AUTHENTICODE_EXTRA_CERT_CHAIN_POLICY_STATUS structure holds additional Authenticode policy information for chain verification of files.

Syntax

typedef struct _AUTHENTICODE_EXTRA_CERT_CHAIN_POLICY_STATUS {
  DWORD cbSize;
  BOOL  fCommercial;
} AUTHENTICODE_EXTRA_CERT_CHAIN_POLICY_STATUS, *PAUTHENTICODE_EXTRA_CERT_CHAIN_POLICY_STATUS;

Members

cbSize

The size, in bytes, of this structure.

fCommercial

BOOL flag. If TRUE, a signer has been verified by a CA as meeting certain minimum financial standards.

Requirements

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