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;
包含 pPfxStores 中的元素數目。
包含OP_CERT_PFX_STORE結構的陣列。
包含 pSstStores 中的專案數目。
包含OP_CERT_SST_STORE結構的陣列。
保留供日後使用,且必須包含所有零。