Discuss this help topic in SecureBlackbox Forum
Specifies signer name.
Declaration
[VB.NET]
Property SignerName As String
[Pascal]
property SignerName : UnicodeString;
[C++]
void get_SignerName(sb_u16string &OutResult);
void get_SignerName(std::wstring &OutResult);
void set_SignerName(const sb_u16string &Value);
void set_SignerName(const std::wstring &Value);
[PHP]
string get_SignerName()
void set_SignerName(string $Value)
[Java]
String getSignerName();
void setSignerName(String Value);
Description
Use this property to specify the name of the individual who is intended to sign or has signed the document.
Discuss this help topic in SecureBlackbox Forum