OP_CERT_SST_STORE structure
Contains a serialized certificate store.
Syntax
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
Contains an identifier for the certificate store from System Store Locations.
pStoreName
Contains the name of the store.
cbSst
Contains the size of pSst in bytes.
pSst
Contains a serialized certificate store (see RFC 7292).