Discuss this help topic in SecureBlackbox Forum
This property contains explicit text of the user notice.
Declaration
[C#]
string ExplicitText;
[VB.NET]
Property ExplicitText As String
[Pascal]
property ExplicitText : string;
[C++]
void get_ExplicitText(std::string &OutResult);
void set_ExplicitText(const std::string &Value);
[PHP]
string get_ExplicitText()
void set_ExplicitText(string $Value)
[Java]
String getExplicitText();
void setExplicitText(String Value);
Description
Use this property to specify the explicit text of the user notice
to be displayed when the signature is verified.
Discuss this help topic in SecureBlackbox Forum