Discuss this help topic in SecureBlackbox Forum
Returns the ID of the enveloped object.
Declaration
[C#]
string EnvelopingObjectID;
[VB.NET]
Property EnvelopingObjectID As String
[Pascal]
property EnvelopingObjectID : WideString;
[C++]
void get_EnvelopingObjectID(sb_u16string &OutResult);
void get_EnvelopingObjectID(std::wstring &OutResult);
void set_EnvelopingObjectID(const sb_u16string &Value);
void set_EnvelopingObjectID(const std::wstring &Value);
[PHP]
string get_EnvelopingObjectID()
void set_EnvelopingObjectID(string $Value)
[Java]
String getEnvelopingObjectID();
void setEnvelopingObjectID(String Value);
Description
In case of enveloping signature, this property contains the identifier of the enveloped object.
Discuss this help topic in SecureBlackbox Forum