struttura CRYPT_BLOB_ARRAY (wincrypt.h)
La struttura CRYPT_BLOB_ARRAY contiene una matrice di strutture CRYPT_DATA_BLOB .
Sintassi
typedef struct _CRYPT_BLOB_ARRAY {
DWORD cBlob;
PCRYPT_DATA_BLOB rgBlob;
} CRYPT_BLOB_ARRAY, *PCRYPT_BLOB_ARRAY;
Members
cBlob
Numero di elementi nella matrice rgBlob .
rgBlob
Matrice di strutture CRYPT_DATA_BLOB che contengono i BLOB di dati.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows XP [solo app desktop] |
Server minimo supportato | Windows Server 2003 [solo app desktop] |
Intestazione | wincrypt.h |