CERT_TRUST_LIST_INFO
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
Last updated on Thursday, April 08, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.