Discuss this help topic in SecureBlackbox Forum

TElXMLCommitmentTypeIndication.AllSignedDataObjects

TElXMLCommitmentTypeIndication     See also     


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


Specifies, whether all data objects share the same commitment.

Declaration

[C#]
    bool AllSignedDataObjects;

[VB.NET]
    Property AllSignedDataObjects As Boolean

[Pascal]
    property AllSignedDataObjects: boolean;

[C++]
    bool get_AllSignedDataObjects();
    void set_AllSignedDataObjects(bool Value);

[PHP]
    bool get_AllSignedDataObjects()
    void set_AllSignedDataObjects(bool $Value)

[Java]
    boolean getAllSignedDataObjects();
    void setAllSignedDataObjects(boolean Value);

Description

    If all the signed objects share the same commitment, the AllSignedDataObjects should be set to True. In the opposite case, the value of this property should be set to False.

See also:     ObjectReference    

Discuss this help topic in SecureBlackbox Forum