Note

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

Access to this page requires authorization. You can try .

CRYPT_XML_X509DATA structure (cryptxml.h)

The CRYPT_XML_X509DATA structure represents the sequence of choices in the X509Data element.

Syntax

typedef struct _CRYPT_XML_X509DATA {
 UINT cX509Data;
 CRYPT_XML_X509DATA_ITEM *rgX509Data;
} CRYPT_XML_X509DATA;

Members

cX509Data

The size, in bytes, of the buffer pointed to by the rgX509Data member.

rgX509Data

A pointer to a CRYPT_XML_X509DATA_ITEM structure that contains data to encode.

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