Discuss this help topic in SecureBlackbox Forum

TElXMLSignature.Objects

TElXMLSignature     


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


This is an additional element that can contain any data.

Declaration

[C#]
    TElXMLObjectList Objects;

[VB.NET]
    Property Objects As TElXMLObjectList

[Pascal]
    property Objects: TElXMLObjectList;

[C++]
    TElXMLObjectList* get_Objects();

[PHP]
    TElXMLObjectList get_Objects()

[Java]
    TElXMLObjectList getObjects();

Description

    Use this property to manage any additional data like an optional MIME type, ID, and encoding attributes.

Discuss this help topic in SecureBlackbox Forum