CERT_QC_STATEMENTS_EXT_INFO structure (wincrypt.h)

The CERT_QC_STATEMENTS_EXT_INFO structure contains a sequence of one or more statements that make up the Qualified Certificate (QC) statements extension for a QC.

Syntax

typedef struct _CERT_QC_STATEMENTS_EXT_INFO {
  DWORD              cStatement;
  PCERT_QC_STATEMENT rgStatement;
} CERT_QC_STATEMENTS_EXT_INFO, *PCERT_QC_STATEMENTS_EXT_INFO;

Members

cStatement

A value that represents the size, in bytes, of the rgStatement array.

rgStatement

An array of CERT_QC_STATEMENT structures that contains the sequence of statements that make up the QC statements extension.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Header wincrypt.h

See also

RFC 3280

RFC 3739