Discuss this help topic in SecureBlackbox Forum
Provides textual information about the signed data object.
Declaration
[VB.NET]
Property Description As String
[Pascal]
property Description: WideString;
[C++]
void get_Description(sb_u16string &OutResult);
void get_Description(std::wstring &OutResult);
void set_Description(const sb_u16string &Value);
void set_Description(const std::wstring &Value);
[PHP]
string get_Description()
void set_Description(string $Value)
[Java]
String getDescription();
void setDescription(String Value);
Description
Use this property to get or set any textual information about the data object.
Discuss this help topic in SecureBlackbox Forum