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 구조체의 배열을 포함합니다.
내선 번호
이후 사용을 위해 예약되며 모든 0을 포함해야 합니다.