OP_CERT_PART structure
Contains serialized PFX and certificate stores.
Syntax
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;
Members
cPfxStores
Contains the number of elements in pPfxStores.
pPfxStores
Contains an array of OP_CERT_PFX_STORE structures.
cSstStores
Contains the number of elements in pSstStores.
pSstStores
Contains an array of OP_CERT_SST_STORE structures.
Extension
Reserved for future use and must contain all zeros.