Discuss this help topic in SecureBlackbox Forum
Contains name of the signer
Declaration
[VB.NET]
Property AuthorName As String
[Pascal]
property AuthorName : string;
[C++]
void get_AuthorName(std::string &OutResult);
void set_AuthorName(const std::string &Value);
[PHP]
string get_AuthorName()
void set_AuthorName(string $Value)
[Java]
String getAuthorName();
void setAuthorName(String Value);
Description
Use this property to specify signer's name.
Discuss this help topic in SecureBlackbox Forum