CERT_TRUST_LIST_INFO structure (wincrypt.h)

The CERT_TRUST_LIST_INFO structure that indicates valid usage of a CTL.

Syntax

typedef struct _CERT_TRUST_LIST_INFO {
  DWORD         cbSize;
  PCTL_ENTRY    pCtlEntry;
  PCCTL_CONTEXT pCtlContext;
} CERT_TRUST_LIST_INFO, *PCERT_TRUST_LIST_INFO;

Members

cbSize

Size of this structure in bytes.

pCtlEntry

A pointer to a structure that includes a subject identifier, the count of attributes associated with a CTL, and an array of those attributes.

pCtlContext

A pointer to a CTL context.

Requirements

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

See also

CERT_CHAIN_ELEMENT

CTL_ENTRY