OP_CERT_PART 结构

包含序列化的 PFX 和证书存储。

语法

typedef struct _OP_CERT_PART
{
    ULONG                                       cPfxStores;
    [size_is(cPfxStores)]   POP_CERT_PFX_STORE  pPfxStores;
    ULONG                                       cSstStores;
    [size_is(cSstStores)]   POP_CERT_SST_STORE  pSstStores;
    OP_BLOB                                     Extension;
} OP_CERT_PART, *POP_CERT_PART;

成员

cPfxStores

包含 pPfxStores 中的元素数。

pPfxStores

包含OP_CERT_PFX_STORE结构的数组。

cSstStores

包含 pSstStores 中的元素数。

pSstStores

包含OP_CERT_SST_STORE结构的数组。

分机

保留以供将来使用,并且必须包含所有零。

另请参阅

脱机加入域 IDL 定义

OP_CERT_PFX_STORE

OP_CERT_SST_STORE

OP_BLOB