WS_XML_CANONICALIZATION_ALGORITHM enumeration
The values for the XML canonicalization algorithms.
Syntax
enum WS_XML_CANONICALIZATION_ALGORITHM { WS_EXCLUSIVE_XML_CANONICALIZATION_ALGORITHM,
WS_EXCLUSIVE_WITH_COMMENTS_XML_CANONICALIZATION_ALGORITHM,
WS_INCLUSIVE_XML_CANONICALIZATION_ALGORITHM,
WS_INCLUSIVE_WITH_COMMENTS_XML_CANONICALIZATION_ALGORITHM
};
Constants
- WS_EXCLUSIVE_XML_CANONICALIZATION_ALGORITHM
-
The exclusive XML canonicalization algorithm represented by the URI 'http://www.w3.org/2001/10/xml-exc-c14n#' and defined in RFC 3741.
- WS_EXCLUSIVE_WITH_COMMENTS_XML_CANONICALIZATION_ALGORITHM
-
The exclusive XML canonicalization with comments algorithm defined in RFC 3741.
- WS_INCLUSIVE_XML_CANONICALIZATION_ALGORITHM
-
The inclusive XML canonicalization algorithm defined in Canonical XML Version 1.0.
Inclusive canonicalization can only be applied to entire xml documents.
- WS_INCLUSIVE_WITH_COMMENTS_XML_CANONICALIZATION_ALGORITHM
-
The inclusive XML canonicalization with comments algorithm represented by the URI 'http://www.w3.org/TR/2001/REC-xml-c14n-20010315#WithComments' and defined in Canonical XML Version 1.0.
Inclusive canonicalization can only be applied to entire xml documents.
Requirements
|
Minimum supported client | Windows 7 [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
|
Header |
|