Discuss this help topic in SecureBlackbox Forum

TElCMSCommitmentTypeIndication.ProofOfDelivery

TElCMSCommitmentTypeIndication     See also     


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


This property specifies, whether the signed data object has been delivered to the recepient.

Declaration

[C#]
    bool ProofOfDelivery;

[VB.NET]
    Property ProofOfDelivery As Boolean

[Pascal]
    property ProofOfDelivery : boolean;

[C++]
    bool get_ProofOfDelivery();
    void set_ProofOfDelivery(bool Value);

[PHP]
    bool get_ProofOfDelivery()
    void set_ProofOfDelivery(bool $Value)

[Java]
    boolean getProofOfDelivery();
    void setProofOfDelivery(boolean Value);

Description

    Set this property to True to prove that the signed data was delivered to the local store where it is accessible by the recepient.

See also:     ProofOfReceipt    

Discuss this help topic in SecureBlackbox Forum