WS_XML_CANONICALIZATION_INCLUSIVE_PREFIXES structure (webservices.h)
An array of XML prefixes that should be treated as inclusive prefixes during exclusive XML canonicalization. The treatment of inclusive prefixes is defined in RFC 3741.
Syntax
typedef struct _WS_XML_CANONICALIZATION_INCLUSIVE_PREFIXES {
ULONG prefixCount;
WS_XML_STRING *prefixes;
} WS_XML_CANONICALIZATION_INCLUSIVE_PREFIXES;
Members
prefixCount
The number of prefixes.
prefixes
The array of prefixes.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Header | webservices.h |