struttura CRYPT_CONTENT_INFO (wincrypt.h)

La struttura CRYPT_CONTENT_INFO contiene dati codificati nel formato di dati ContentInfo PKCS #7.

Sintassi

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

Members

pszObjId

Identificatore di oggetto (OID) del tipo di dati contenuto nel membro Content . ContentType in PKCS #7 definisce un set di URI predefiniti. Tuttavia, è possibile definire e usare altri URI.

Content

I dati codificati nel formato di dati ContentInfo PKCS #7.

Requisiti

Requisito Valore
Client minimo supportato Windows XP [solo app desktop]
Server minimo supportato Windows Server 2003 [solo app desktop]
Intestazione wincrypt.h