CERT_SYSTEM_STORE_INFO (Compact 2013)

3/28/2014

This structure contains information used by functions that work with system stores. Currently, no essential information is contained in this structure.

Syntax

typedef struct _CERT_SYSTEM_STORE_INFO {
  DWORD cbSize;
} CERT_SYSTEM_STORE_INFO, *PCERT_SYSTEM_STORE_INFO;

Members

  • cbSize
    Size of this structure in bytes.

Remarks

Currently, no system store information is persisted.

Requirements

Header

wincrypt.h

See Also

Reference

Cryptography Structures