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