Discuss this help topic in SecureBlackbox Forum
Contains signer's contact information
Declaration
[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)
[Java]
String getContactInfo();
void setContactInfo(String Value);
Description
Use this property to specify signer's contact data.
Discuss this help topic in SecureBlackbox Forum