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