Discuss this help topic in SecureBlackbox Forum

TElCMSCommitmentTypeIndication.ProofOfReceipt

TElCMSCommitmentTypeIndication     See also     


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


Proves that the signer has received the content of the signed data object.

Declaration

[C#]
    bool ProofOfReceipt;

[VB.NET]
    Property ProofOfReceipt As Boolean

[Pascal]
    property ProofOfReceipt : boolean;

[C++]
    bool get_ProofOfReceipt();
    void set_ProofOfReceipt(bool Value);

[PHP]
    bool get_ProofOfReceipt()
    void set_ProofOfReceipt(bool $Value)

[Java]
    boolean getProofOfReceipt();
    void setProofOfReceipt(boolean Value);

Description

    Set this property to True to indicate that the signer has received the content of the signed data object.

See also:     ProofOfCreation     ProofOfApproval    

Discuss this help topic in SecureBlackbox Forum