Discuss this help topic in SecureBlackbox Forum

TElXMLSigner.InclusiveNamespacesPrefixList

TElXMLSigner     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Contains namespace prefixes to be canonicalized.

Declaration

[C#]
    string InclusiveNamespacesPrefixList;

[VB.NET]
    Property InclusiveNamespacesPrefixList As String

[Pascal]
    property InclusiveNamespacesPrefixList : string;

[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

    Use this property to set the list of prefixes to be canonicalized.

Discuss this help topic in SecureBlackbox Forum