Discuss this help topic in SecureBlackbox Forum

TElXMLCommitmentTypeIndication.CommitmentTypeId

TElXMLCommitmentTypeIndication     See also     


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


Identifies the type of commitment made by the signer.

Declaration

[C#]
    TElXMLObjectIdentifier CommitmentTypeId;

[VB.NET]
    Property CommitmentTypeId As TElXMLObjectIdentifier

[Pascal]
    property CommitmentTypeId: TElXMLObjectIdentifier;

[C++]
    TElXMLObjectIdentifier* get_CommitmentTypeId();

[PHP]
    TElXMLObjectIdentifier get_CommitmentTypeId()

[Java]
    TElXMLObjectIdentifier getCommitmentTypeId();

Description

    Use this property to get the identification of the commitment made by the signer. Different commitments are identified in: ETSI TS 101 733: Electronic Signature Formats.

See also:     AllSignedDataObjects    

Discuss this help topic in SecureBlackbox Forum