Platform SDK: WinTrust

WINTRUST_SGNR_INFO

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

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
Pointer to a CMSG_SIGNER_INFO structure that includes the signature to be verified.
chStores
The 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

  Windows NT/2000: Requires Windows NT 4.0 or later.
  Windows 95/98: Unsupported.
  Header: Declared in winbase.h.