Discuss this help topic in SecureBlackbox Forum
This property specifies, whether the signer has approved the signed data.
Declaration
[C#/Java]
bool ProofOfApproval;
[VB.NET]
Property ProofOfApproval As Boolean
[Pascal]
property ProofOfApproval : boolean;
[C++]
bool get_ProofOfApproval();
void set_ProofOfApproval(bool Value);
[PHP]
bool get_ProofOfApproval()
void set_ProofOfApproval(bool $Value)
Description
Set this property to
True to prove that the signer has modified the content of the signed data object.
Discuss this help topic in SecureBlackbox Forum