Structure OP_CERT_SST_STORE
Contient un magasin de certificats sérialisés.
Syntaxe
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;
Membres
StoreLocation
Contient un identificateur pour le magasin de certificats à partir d' emplacements du magasin système.
pStoreName
Contient le nom du magasin.
cbSst
Contient la taille de pSst en octets.
pSst
Contient un magasin de certificats sérialisés (voir RFC 7292).