Discuss this help topic in SecureBlackbox Forum
This property specifies the list of namespaces, processed using inclusive canonicalization.
Declaration
[C#]
string InclusiveNamespacesPrefixList;
[VB.NET]
Property InclusiveNamespacesPrefixList As String
[Pascal]
property InclusiveNamespacesPrefixList : WideString;
[C++]
void get_InclusiveNamespacesPrefixList(sb_u16string &OutResult);
void get_InclusiveNamespacesPrefixList(std::wstring &OutResult);
void set_InclusiveNamespacesPrefixList(const sb_u16string &Value);
void set_InclusiveNamespacesPrefixList(const std::wstring &Value);
[PHP]
string get_InclusiveNamespacesPrefixList()
void set_InclusiveNamespacesPrefixList(string $Value)
[Java]
String getInclusiveNamespacesPrefixList();
void setInclusiveNamespacesPrefixList(String Value);
Description
When exclusive canonicalization is performed, this property specifies the list of namespaces (separated by space), which will be processed according to Canonical XML specification (i.e. in inclusive way). See
Exclusive XML Canonicalization for details.
Discuss this help topic in SecureBlackbox Forum