Discuss this help topic in SecureBlackbox Forum

TElXMLSignedDataObjectProperties.DataObjectFormats

TElXMLSignedDataObjectProperties     


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


Provides information that describes the format of the signed data objects.

Declaration

[C#]
    TElXMLDataObjectFormatList DataObjectFormats;

[VB.NET]
    Property DataObjectFormats As TElXMLDataObjectFormatList

[Pascal]
    property DataObjectFormats: TElXMLDataObjectFormatList;

[C++]
    TElXMLDataObjectFormatList* get_DataObjectFormats();

[PHP]
    TElXMLDataObjectFormatList get_DataObjectFormats()

[Java]
    TElXMLDataObjectFormatList getDataObjectFormats();

Description

     DataObjectFormat element provides information that describes the format of the signed data object. TElectronic signature can contain more than one such element, one for each signed data object.

Discuss this help topic in SecureBlackbox Forum