struttura OP_CERT_PART

Contiene archivi PFX e certificati serializzati.

Sintassi

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

Contiene il numero di elementi in pPfxStores.

pPfxStores

Contiene una matrice di strutture OP_CERT_PFX_STORE.

cSstStores

Contiene il numero di elementi in pSstStores.

pSstStores

Contiene una matrice di strutture OP_CERT_SST_STORE.

Estensione

Riservato per uso futuro e deve contenere tutti gli zeri.

Vedi anche

Definizioni IDL di aggiunta a un dominio offline

OP_CERT_PFX_STORE

OP_CERT_SST_STORE

OP_BLOB