CRYPT_BLOB_ARRAY structure (wincrypt.h)
The CRYPT_BLOB_ARRAY structure contains an array of CRYPT_DATA_BLOB structures.
Syntax
typedef struct _CRYPT_BLOB_ARRAY {
DWORD cBlob;
PCRYPT_DATA_BLOB rgBlob;
} CRYPT_BLOB_ARRAY, *PCRYPT_BLOB_ARRAY;
Members
cBlob
The number of elements in the rgBlob array.
rgBlob
An array of CRYPT_DATA_BLOB structures that contains the data blobs.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | wincrypt.h |