Discuss this help topic in SecureBlackbox Forum
Contains information about signer.
Declaration
[VB.NET]
Property SignerInfo As String
[Pascal]
property SignerInfo : string;
[C++]
void get_SignerInfo(std::string &OutResult);
void set_SignerInfo(const std::string &Value);
[PHP]
string get_SignerInfo()
void set_SignerInfo(string $Value)
[Java]
String getSignerInfo();
void setSignerInfo(String Value);
Description
This property specifies information about signer if
AutoText is
False
This property can contain several short strings separated by CRLF.
Discuss this help topic in SecureBlackbox Forum