Discuss this help topic in SecureBlackbox Forum
Specifies the title of a person to whom the signature has been delegated.
Declaration
[C#/Java]
string DelegateSuggestedSigner2;
[VB.NET]
Property DelegateSuggestedSigner2 As String
[Pascal]
property DelegateSuggestedSigner2 : WideString;
[C++]
void get_DelegateSuggestedSigner2(sb_u16string &OutResult);
void get_DelegateSuggestedSigner2(std::wstring &OutResult);
void set_DelegateSuggestedSigner2(const sb_u16string &Value);
void set_DelegateSuggestedSigner2(const std::wstring &Value);
[PHP]
string get_DelegateSuggestedSigner2()
void set_DelegateSuggestedSigner2(string $Value)
Description
Use this property to specify the title of a person to whom the signature has been delegated.
Discuss this help topic in SecureBlackbox Forum