CRYPT_XML_DATA_BLOB structure (cryptxml.h)
The CRYPT_XML_DATA_BLOB structure contains XML encoded data.
Syntax
typedef struct _CRYPT_XML_DATA_BLOB {
ULONG cbData;
BYTE *pbData;
} CRYPT_XML_DATA_BLOB, *PCRYPT_XML_DATA_BLOB;
Members
cbData
The size, in bytes, of the data buffer pointed to by the pbData member.
pbData
A pointer to the XML data. The maximum length in the buffer cannot exceed CRYPT_XML_BLOB_MAX bytes.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Header | cryptxml.h |