Discuss this help topic in SecureBlackbox Forum
Contains an URL of a key server that the key holder prefers to use for updates.
Declaration
[VB.NET]
Property URL As String
[Pascal]
property URL : string;
[C++]
void get_URL(std::string &OutResult);
void set_URL(const std::string &Value);
[PHP]
string get_URL()
void set_URL(string $Value)
[Java]
String getURL();
void setURL(String Value);
Description
Use this property to access the URL of a key server that the key holder prefers to use for updates.
Discuss this help topic in SecureBlackbox Forum