Discuss this help topic in SecureBlackbox Forum
Signature production country.
Declaration
[VB.NET]
Property CountryName As String
[Pascal]
property CountryName: WideString;
[C++]
void get_CountryName(sb_u16string &OutResult);
void get_CountryName(std::wstring &OutResult);
void set_CountryName(const sb_u16string &Value);
void set_CountryName(const std::wstring &Value);
[PHP]
string get_CountryName()
void set_CountryName(string $Value)
[Java]
String getCountryName();
void setCountryName(String Value);
Description
Use this property to get or set the name of the country where the signature was produced.
Discuss this help topic in SecureBlackbox Forum