Discuss this help topic in SecureBlackbox Forum
This property specifies, whether the signer has originated the signed data object.
Declaration
[C#/Java]
bool ProofOfOrigin;
[VB.NET]
Property ProofOfOrigin As Boolean
[Pascal]
property ProofOfOrigin : boolean;
[C++]
bool get_ProofOfOrigin();
void set_ProofOfOrigin(bool Value);
[PHP]
bool get_ProofOfOrigin()
void set_ProofOfOrigin(bool $Value)
Description
Set this property to
True to prove that the signer has created,
approved and sent the signed data object.
Discuss this help topic in SecureBlackbox Forum