Share via


OP_CERT_SST_STORE structure

Contient un magasin de certificats sérialisé.

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 des 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é (voir RFC 7292).

Voir aussi

Définitions IDL de jonction de domaine hors connexion