Discuss this help topic in SecureBlackbox Forum
Specifies reason of the signing.
Declaration
[VB.NET]
Property Reason As String
[Pascal]
property Reason : string;
[C++]
void get_Reason(std::string &OutResult);
void set_Reason(const std::string &Value);
[PHP]
string get_Reason()
void set_Reason(string $Value)
[Java]
String getReason();
void setReason(String Value);
Description
Use this property to specify reason of the signing,
for example to confirm the document correctness.
Discuss this help topic in SecureBlackbox Forum