Discuss this help topic in SecureBlackbox Forum
Contains signer's contact information
Declaration
[C#/Java]
string ContactInfo;
[VB.NET]
Property ContactInfo As String
[Pascal]
property ContactInfo: string;
[C++]
void get_ContactInfo(std::string &OutResult);
void set_ContactInfo(const std::string &Value);
[PHP]
string get_ContactInfo()
void set_ContactInfo(string $Value)
Description
Use this property to specify signer's contact data.
Discuss this help topic in SecureBlackbox Forum