OP_CERT_PART-Struktur

Enthält serialisierte PFX- und Zertifikatspeicher.

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;

Member

cPfxStores

Enthält die Anzahl der Elemente in pPfxStores.

pPfxStores

Enthält ein Array von OP_CERT_PFX_STORE Strukturen.

cSstStores

Enthält die Anzahl der Elemente in pSstStores.

pSstStores

Enthält ein Array von OP_CERT_SST_STORE Strukturen.

Durchwahl

Für die zukünftige Verwendung reserviert und muss alle Nullen enthalten.

Weitere Informationen

IDL-Definitionen für den Offlinedomänenbeitritt

OP_CERT_PFX_STORE

OP_CERT_SST_STORE

OP_BLOB