CRYPT_XML_DOC_CTXT structure (cryptxml.h)
The CRYPT_XML_DOC_CTXT structure defines document context information.
Syntax
typedef struct _CRYPT_XML_DOC_CTXT {
ULONG cbSize;
HCRYPTXML hDocCtxt;
CRYPT_XML_TRANSFORM_CHAIN_CONFIG *pTransformsConfig;
ULONG cSignature;
PCRYPT_XML_SIGNATURE *rgpSignature;
} CRYPT_XML_DOC_CTXT, *PCRYPT_XML_DOC_CTXT;
Members
cbSize
The size, in bytes, of this structure.
hDocCtxt
The handle of the document context.
pTransformsConfig
A pointer to a CRYPT_XML_TRANSFORM_CHAIN_CONFIG structure that contains information about the transform chain engine.
cSignature
The number of elements in the array pointed to by the rgpSignature member.
rgpSignature
A pointer to an array of CRYPT_XML_SIGNATURE structures that contain XML signature information.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Header | cryptxml.h |