WINTRUST_SGNR_INFO structure (wintrust.h)

[The WINTRUST_SGNR_INFO structure is available for use in the operating systems specified in the Requirements section. It may be altered or unavailable in subsequent versions.]

The WINTRUST_SGNR_INFO structure is used when calling WinVerifyTrust to verify a CMSG_SIGNER_INFO structure.

Syntax

typedef struct WINTRUST_SGNR_INFO_ {
  DWORD            cbStruct;
  LPCWSTR          pcwszDisplayName;
  CMSG_SIGNER_INFO *psSignerInfo;
  DWORD            chStores;
  HCERTSTORE       *pahStores;
} WINTRUST_SGNR_INFO, *PWINTRUST_SGNR_INFO;

Members

cbStruct

Count of bytes in this structure.

pcwszDisplayName

String with the name representing the signer to be checked.

psSignerInfo

A pointer to a CMSG_SIGNER_INFO structure that includes the signature to be verified.

chStores

Number of store handles in pahStores.

pahStores

An array of open certificate stores to be added to the list of stores that the policy provider uses to find certificates while building a trust chain.

Requirements

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