CERT_TRUST_LIST_INFO (Compact 2013)

3/28/2014

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

See Also

Reference

Cryptography Structures
CERT_CHAIN_ELEMENT