CRYPT_CONTENT_INFO_SEQUENCE_OF_ANY

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

A Netscape certificate sequence of certificates may be created by setting the pszObjId = szOID_NETSCAPE_CERT_SEQUENCE and supplying DER encoded certificates in rgValue.

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
The object identifier that specifies the type of data contained in the rgValue array.
cValue
The number of elements in the array rgValue.
rgValue
An array of CRYPT_DER_BLOB structures. (See BLOB Structure.)

See Also

PKCS_CONTENT_INFO_SEQUENCE_OF_ANY, szOID_NETSCAPE_CERT_SEQUENCE