Discuss this help topic in SecureBlackbox Forum
Specifies signature intent.
Declaration
[VB.NET]
Property Intent As String
[Pascal]
property Intent : UnicodeString;
[C++]
void get_Intent(sb_u16string &OutResult);
void get_Intent(std::wstring &OutResult);
void set_Intent(const sb_u16string &Value);
void set_Intent(const std::wstring &Value);
[PHP]
string get_Intent()
void set_Intent(string $Value)
[Java]
String getIntent();
void setIntent(String Value);
Description
Use this property to specify the intent to which the signing party agrees when signing the document.
Discuss this help topic in SecureBlackbox Forum