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