Discuss this help topic in SecureBlackbox Forum
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.
Discuss this help topic in SecureBlackbox Forum