Condividi tramite


struttura OP_CERT_SST_STORE

Contiene un archivio certificati serializzato.

Sintassi

typedef struct _OP_CERT_SST_STORE
{
    ULONG                       StoreLocation;
    [string] wchar_t            *pStoreName;
    ULONG                       cbSst;
    [size_is(cbSst)]    PBYTE   pSst;
} OP_CERT_SST_STORE, *POP_CERT_SST_STORE;

Members

StoreLocation

Contiene un identificatore per l'archivio certificati dai percorsi dell'archivio di sistema.

pStoreName

Contiene il nome dell'archivio.

cbSst

Contiene le dimensioni di pSst in byte.

Psst

Contiene un archivio certificati serializzato (vedere RFC 7292).

Vedi anche

Definizioni IDL di aggiunta a un dominio offline