CRYPT_X942_OTHER_INFO struttura (wincrypt.h)

La struttura CRYPT_X942_OTHER_INFO contiene informazioni aggiuntive sulla generazione delle chiavi.

Sintassi

typedef struct _CRYPT_X942_OTHER_INFO {
  LPSTR           pszContentEncryptionObjId;
  BYTE            rgbCounter[CRYPT_X942_COUNTER_BYTE_LENGTH];
  BYTE            rgbKeyLength[CRYPT_X942_KEY_LENGTH_BYTE_LENGTH];
  CRYPT_DATA_BLOB PubInfo;
} CRYPT_X942_OTHER_INFO, *PCRYPT_X942_OTHER_INFO;

Members

pszContentEncryptionObjId

OID dell'algoritmo di crittografia del contenuto.

rgbCounter[CRYPT_X942_COUNTER_BYTE_LENGTH]

Matrice di BYTE di lunghezza CRYPT_X942_COUNTER_BYTE_LENGTH. Il valore viene archiviato nell'ordine little-endian .

rgbKeyLength[CRYPT_X942_KEY_LENGTH_BYTE_LENGTH]

Matrice di BYTE di lunghezza CRYPT_X942_KEY_LENGTH_BYTE_LENGTH. Il valore viene archiviato nell'ordine little-endian.

PubInfo

Facoltativo CRYPT_DATA_BLOB per altre informazioni.

Requisiti

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