Discuss this help topic in SecureBlackbox Forum
Contains the CPU host name or physical location of the signing.
Declaration
[C#/Java]
string Location;
[VB.NET]
Property Location As String
[Pascal]
property Location: string;
[C++]
void get_Location(std::string &OutResult);
void set_Location(const std::string &Value);
[PHP]
string get_Location()
void set_Location(string $Value)
Description
Use this property to specify the CPU host name or physical location of the signing.
Discuss this help topic in SecureBlackbox Forum