次の方法で共有


CERT_TRUST_LIST_INFO (Windows CE 5.0)

Send Feedback

This structure indicates a valid usage of a CTL.

typedef struct _CERT_TRUST_LIST_INFO {DWORDcbSize;PCTL_ENTRYpCtlEntry;PCCTL_CONTEXTpCtlContext;} 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

OS Versions: Windows CE 3.0 and later.
Header: Wincrypt.h.

See Also

CERT_CHAIN_ELEMENT

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.