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構造体の配列を格納します。
拡張機能
将来使用するために予約されており、すべてのゼロを含める必要があります。