CRYPT_CONTENT_INFO
The CRYPT_CONTENT_INFO structure is used to specify data encoded in the PKCS7 ContentInfo data format.
typedef struct _CRYPT_CONTENT_INFO {
LPSTR pszObjId;
CRYPT_DER_BLOB Content;
} CRYPT_CONTENT_INFO, *PCRYPT_CONTENT_INFO;
Members
-
pszObjId
-
The type of the data contained in the Content member. The ContentType in PKCS7 defines a set of predefined OIDs. However, additional OIDs may be defined and used.
-
Content
-
The data encoded in the PKCS7 ContentInfo data format.
See Also
PKCS_CONTENT_INFO