Discuss this help topic in SecureBlackbox Forum
Contains name of the signer
Declaration
[C#/Java]
string AuthorName;
[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)
Description
Use this property to specify signer's name.
Discuss this help topic in SecureBlackbox Forum