SecPkgContext_IssuerListInfoEx (Windows CE 5.0)

Send Feedback

This structure holds a list of trusted certification authorities (CAs). It is used by the QueryCredentialsAttributes function.

typedef struct _SecPkgContext_IssuerListInfoEx { PCERT_NAME_BLOBaIssuers;DWORDcIssuers;} SecPkgContext_IssuerListInfoEx, *PSecPkgContext_IssuerListInfoEx;

Members

  • aIssuers
    Pointer to the CERT_NAME_BLOB that contains a list of the names of CAs that the server trusts.
  • cIssuers
    Number of names in aIssuers.

Requirements

OS Versions: Windows CE .NET 4.2 and later.
Header: Schnlsp.h.

See Also

QueryContextAttributes | CERT_NAME_BLOB

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.