schannel.h) (SecPkgContext_IssuerListInfoEx 结构
SecPkgContext_IssuerListInfoEx结构包含受信任的证书颁发机构列表 (CA) 。 此结构由 Schannel 安全包InitializeSecurityContext (Schannel) 函数使用。
只有 Schannel 安全支持提供程序 (SSP) 才支持此属性。
此属性仅适用于客户端应用程序,并且只能在调用 InitializeSecurityContext (Schannel) 函数返回 值SEC_E_INCOMPLETE_CREDENTIALS之后查询。
语法
typedef struct _SecPkgContext_IssuerListInfoEx {
PCERT_NAME_BLOB aIssuers;
DWORD cIssuers;
} SecPkgContext_IssuerListInfoEx, *PSecPkgContext_IssuerListInfoEx;
成员
aIssuers
指向 CERT_NAME_BLOB 结构的数组的指针,该数组包含服务器信任的 CA 的名称列表。
使用此数组中的数据后,通过调用 FreeContextBuffer 函数将其释放。
cIssuers
AIssuers 中的名称数。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows XP [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2003 [仅限桌面应用] |
标头 | schannel.h (包括 Schnlsp.h) |