Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

CRYPT_CONTENT_INFO structure (wincrypt.h)

The CRYPT_CONTENT_INFO structure contains data encoded in the PKCS #7 ContentInfo data format.

Syntax

typedef struct _CRYPT_CONTENT_INFO {
 LPSTR pszObjId;
 CRYPT_DER_BLOB Content;
} CRYPT_CONTENT_INFO, *PCRYPT_CONTENT_INFO;

Members

pszObjId

Object identifier (OID) of the type of data contained in the Content member. ContentType in PKCS #7 defines a set of predefined OIDs. However, additional OIDs can be defined and used.

Content

The data encoded in the PKCS #7 ContentInfo data format.

Requirements

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

Feedback

Was this page helpful?

Additional resources