OP_CERT_SST_STORE 结构
包含序列化的证书存储。
语法
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;
成员
StoreLocation
包含 来自系统存储位置的证书存储的标识符。
pStoreName
包含存储区的名称。
cbSst
包含 pSst 的大小(以字节为单位)。
pSst
包含序列化证书存储 (请参阅 RFC 7292) 。