CRYPT_CONTENT_INFO_SEQUENCE_OF_ANY structure (wincrypt.h)

The CRYPT_CONTENT_INFO_SEQUENCE_OF_ANY structure contains information representing the Netscape certificate sequence of certificates.

A Netscape certificate sequence of certificates can be created by setting the pszObjId member to szOID_NETSCAPE_CERT_SEQUENCE and supplying DER-encoded certificates in rgValue.

Syntax

typedef struct _CRYPT_CONTENT_INFO_SEQUENCE_OF_ANY {
  LPSTR           pszObjId;
  DWORD           cValue;
  PCRYPT_DER_BLOB rgValue;
} CRYPT_CONTENT_INFO_SEQUENCE_OF_ANY, *PCRYPT_CONTENT_INFO_SEQUENCE_OF_ANY;

Members

pszObjId

Object identifier (OID) specifying the type of data contained in the rgValue array.

cValue

Number of elements in the rgValue array.

rgValue

Array of pointers to CRYPT_DER_BLOB structures. For more information, see CRYPT_INTEGER_BLOB.

Requirements

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