Discuss this help topic in SecureBlackbox Forum

TElXMLCommitmentTypeIndication.ObjectReference

TElXMLCommitmentTypeIndication     See also     


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


Reference to the signed data object.

Declaration

[C#]
    TElStringList ObjectReference;

[VB.NET]
    Property ObjectReference As TElStringList

[Pascal]
    property ObjectReference: TStringList;

[C++]
    TStringList* get_ObjectReference();

[PHP]
    TStringList get_ObjectReference()

[Java]
    TElStringList getObjectReference();

Description

    Use this property to get a reference to the signed object which commitment type is indicated by the current CommitmentTypeIndication element. In the case when some, but no all signed objects share the same commitment type, references to all of them should be set. If all the signed objects share the same commitment, the AllSignedDataObjects should be set to True.

See also:     AllSignedDataObjects    

Discuss this help topic in SecureBlackbox Forum