Nota
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Contiene un almacén de certificados serializado.
Sintaxis
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;
Miembros
StoreLocation
Contiene un identificador para el almacén de certificados de ubicaciones del almacén del sistema.
pStoreName
Contiene el nombre del almacén.
cbSst
Contiene el tamaño de pSst en bytes.
Psst
Contiene un almacén de certificados serializado (consulte RFC 7292).