CRYPT_XML_TRANSFORM_CHAIN_CONFIG structure (cryptxml.h)

The CRYPT_XML_TRANSFORM_CHAIN_CONFIG structure contains application defined transforms that are allowed for use in the XML digital signature.

Syntax

typedef struct _CRYPT_XML_TRANSFORM_CHAIN_CONFIG {
  ULONG                     cbSize;
  ULONG                     cTransformInfo;
  PCRYPT_XML_TRANSFORM_INFO *rgpTransformInfo;
} CRYPT_XML_TRANSFORM_CHAIN_CONFIG, *PCRYPT_XML_TRANSFORM_CHAIN_CONFIG;

Members

cbSize

The size, in bytes, of this structure.

cTransformInfo

The number of elements in the array pointed to by the rgpTransformInfo member.

rgpTransformInfo

A pointer to an array of pointers to CRYPT_XML_TRANSFORM_INFO structures that contain the transform parameters.

Requirements

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