CRYPT_XML_PROPERTY structure (cryptxml.h)

The CRYPT_XML_PROPERTY structure contains information about a CryptXML property.

Syntax

typedef struct _CRYPT_XML_PROPERTY {
  CRYPT_XML_PROPERTY_ID dwPropId;
  const void            *pvValue;
  ULONG                 cbValue;
} CRYPT_XML_PROPERTY, *PCRYPT_XML_PROPERTY;

Members

dwPropId

A value of the CRYPT_XML_PROPERTY_ID enumeration that specifies the property type.

pvValue

A pointer to a buffer that contains the property value.

cbValue

The size, in bytes, of the property value buffer pointed to by the pvValue member.

Requirements

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