Discuss this help topic in SecureBlackbox Forum
This read-only property contains the name of the domain whose key was used for signing.
Declaration
[VB.NET]
Property Domain As String
[Pascal]
property Domain: string;
[C++]
void get_Domain(std::string &OutResult);
void set_Domain(const std::string &Value);
[PHP]
string get_Domain()
void set_Domain(string $Value)
[Java]
String getDomain();
void setDomain(String Value);
Description
Use this property to get the name of the domain.
Discuss this help topic in SecureBlackbox Forum