Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

CRYPT_XML_BLOB structure (cryptxml.h)

The CRYPT_XML_BLOB structure contains an arbitrary array of bytes.

Syntax

typedef struct _CRYPT_XML_BLOB {
 CRYPT_XML_CHARSET dwCharset;
 ULONG cbData;
 BYTE *pbData;
} CRYPT_XML_BLOB, *PCRYPT_XML_BLOB;

Members

dwCharset

Specifies the character set used to encode the signature.

cbData

The size, in bytes, of this structure.

Range: 0–CRYPT_XML_BLOB_MAX) (value is 0x7FFFFFF8)

pbData

A pointer to encoded XML data.

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server Windows Server 2008 R2 [desktop apps only]
Header cryptxml.h

Feedback

Was this page helpful?

Additional resources