Platform SDK: Logon Authentication

SecPkgContext_IssuerListInfoEx

The SecPkgContext_IssuerListInfoEx structure holds a list of trusted certificate issuers.

typedef struct _SecPkgContext_IssuerListInfoEx
{
    PCERT_NAME_BLOB  aIssuers;
    DWORD            cIssuers;
} SecPkgContext_IssuerListInfoEx, *PSecPkgContext_IssuerListInfoEx;

Members

aIssuers
Pointer to a list of certification authority names that the server trusts.
cIssuers
Count of issuer names.

Requirements

  Windows NT/2000: Requires Windows NT 3.51 or later.
  Windows 95/98: Requires Windows 95 or later.
  Header: Declared in Schannel.h; include Schnlsp.h.