Discuss this help topic in SecureBlackbox Forum
This property specifies the URL of the certificate.
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 specify (on the client side) or obtain (on the server-side) the URL of the certificate, used for authentication.
Discuss this help topic in SecureBlackbox Forum