Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

This structure indicates a 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

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

pCtlContext

Pointer to a CTL context.

Requirements

Header wincrypt.h
Windows Embedded CE Windows CE 3.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also