Discuss this help topic in SecureBlackbox Forum
This property includes the textual statement directly in the certificate. The explicitText field should be a string with a maximum size of 200 characters.
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
This property contains the notice data which should be displayed to user.
Discuss this help topic in SecureBlackbox Forum