Share via


CERT_TRUST_LIST_INFO

A version of this page is also available for

Windows Embedded CE 6.0 R3

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

Reference

CERT_CHAIN_ELEMENT