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