Discuss this help topic in SecureBlackbox Forum
This property specifies, whether the signed data was sent by the entity providing this indication.
Declaration
[VB.NET]
Property ProofOfSender As Boolean
[Pascal]
property ProofOfSender : boolean;
[C++]
bool get_ProofOfSender();
void set_ProofOfSender(bool Value);
[PHP]
bool get_ProofOfSender()
void set_ProofOfSender(bool $Value)
[Java]
boolean getProofOfSender();
void setProofOfSender(boolean Value);
Description
Setting this property to
True proves that the signed data was sent by
the entity which provides this indication.
Discuss this help topic in SecureBlackbox Forum