Discuss this help topic in SecureBlackbox Forum
Name of the OCSP server.
Declaration
[VB.NET]
Property ResponderID As String
[Pascal]
property ResponderID: WideString;
[C++]
void get_ResponderID(sb_u16string &OutResult);
void get_ResponderID(std::wstring &OutResult);
void set_ResponderID(const sb_u16string &Value);
void set_ResponderID(const std::wstring &Value);
[PHP]
string get_ResponderID()
void set_ResponderID(string $Value)
[Java]
String getResponderID();
void setResponderID(String Value);
Description
Use this property to get or set the name of the OCSP server that has produced the response.
Discuss this help topic in SecureBlackbox Forum