Discuss this help topic in SecureBlackbox Forum

TElXMLSOAPSignatureHandler.MustUnderstand

TElXMLSOAPSignatureHandler     See also     


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


Indicates whether the signature header entry is mandatory to process.

Declaration

[C#]
    string MustUnderstand;

[VB.NET]
    Property MustUnderstand As String

[Pascal]
    property MustUnderstand : XMLString;

[C++]
    void get_MustUnderstand(sb_u16string &OutResult);
    void get_MustUnderstand(std::wstring &OutResult);
    void set_MustUnderstand(const sb_u16string &Value);
    void set_MustUnderstand(const std::wstring &Value);

[PHP]
    string get_MustUnderstand()
    void set_MustUnderstand(string $Value)

[Java]
    String getMustUnderstand();
    void setMustUnderstand(String Value);

Description

The SOAP mustUnderstand attribute can be used to indicate whether the header signature entry is mandatory for the recipient to process.

Discuss this help topic in SecureBlackbox Forum