Discuss this help topic in SecureBlackbox Forum
Specifies signer name.
Declaration
[C#/Java]
string SignerName;
[VB.NET]
Property SignerName As String
[Pascal]
property SignerName : WideString;
[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)
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