Discuss this help topic in SecureBlackbox Forum

TElXMLSigner.EnvelopingObjectID

TElXMLSigner     See also     


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


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.

See also:     SignatureType    

Discuss this help topic in SecureBlackbox Forum