Discuss this help topic in SecureBlackbox Forum
Suggested signer line two.
Declaration
[C#]
string SuggestedSigner2;
[VB.NET]
Property SuggestedSigner2 As String
[Pascal]
property SuggestedSigner2 : UnicodeString;
[C++]
void get_SuggestedSigner2(sb_u16string &OutResult);
void get_SuggestedSigner2(std::wstring &OutResult);
[PHP]
string get_SuggestedSigner2()
[Java]
String getSuggestedSigner2();
Description
Use this read-only property to get the second line of information of who should sign the signature line.
Discuss this help topic in SecureBlackbox Forum