Discuss this help topic in SecureBlackbox Forum
The identifier of the signed part of message envelope.
Declaration
[VB.NET]
Property ID As String
[Pascal]
property ID : XMLString;
[C++]
void get_ID(sb_u16string &OutResult);
void get_ID(std::wstring &OutResult);
void set_ID(const sb_u16string &Value);
void set_ID(const std::wstring &Value);
[PHP]
string get_ID()
void set_ID(string $Value)
[Java]
String getID();
void setID(String Value);
Description
This property identifies the signed part of the message envelope.
Discuss this help topic in SecureBlackbox Forum