Discuss this help topic in SecureBlackbox Forum
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