Discuss this help topic in SecureBlackbox Forum

TElXMLSignedDataObjectProperties.CommitmentTypeIndications

TElXMLSignedDataObjectProperties     


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


Indicates the signature commitment type.

Declaration

[C#]
    TElXMLCommitmentTypeIndicationList CommitmentTypeIndications;

[VB.NET]
    Property CommitmentTypeIndications As TElXMLCommitmentTypeIndicationList

[Pascal]
    property CommitmentTypeIndications: TElXMLCommitmentTypeIndicationList;

[C++]
    TElXMLCommitmentTypeIndicationList* get_CommitmentTypeIndications();

[PHP]
    TElXMLCommitmentTypeIndicationList get_CommitmentTypeIndications()

[Java]
    TElXMLCommitmentTypeIndicationList getCommitmentTypeIndications();

Description

    Use this property to explicitly indicate the commitment type. The commitment type may also be indicated implicitly or explicitly from the semantics of the signed data object.

Discuss this help topic in SecureBlackbox Forum