Discuss this help topic in SecureBlackbox Forum

TElCMSSignature.CommitmentTypeIndication

TElCMSSignature     


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


This property specifies commitment type of a CMS signature.

Declaration

[C#]
    TElCMSCommitmentTypeIndication CommitmentTypeIndication;

[VB.NET]
    Property CommitmentTypeIndication As TElCMSCommitmentTypeIndication

[Pascal]
    property CommitmentTypeIndication : TElCMSCommitmentTypeIndication;

[C++]
    TElCMSCommitmentTypeIndication* get_CommitmentTypeIndication();
    void set_CommitmentTypeIndication(TElCMSCommitmentTypeIndication &Value);
    void set_CommitmentTypeIndication(TElCMSCommitmentTypeIndication *Value);

[PHP]
    TElCMSCommitmentTypeIndication get_CommitmentTypeIndication()
    void set_CommitmentTypeIndication(TElCMSCommitmentTypeIndication $Value)

[Java]
    TElCMSCommitmentTypeIndication getCommitmentTypeIndication();
    void setCommitmentTypeIndication(TElCMSCommitmentTypeIndication Value);

Description

    Use this property to specify commitment type of a CMS signature.

Discuss this help topic in SecureBlackbox Forum