Discuss this help topic in SecureBlackbox Forum
Indicates time when the response was produced.
Declaration
[VB.NET]
Property ProducedAt As String
[Pascal]
property ProducedAt: WideString;
[C++]
void get_ProducedAt(sb_u16string &OutResult);
void get_ProducedAt(std::wstring &OutResult);
void set_ProducedAt(const sb_u16string &Value);
void set_ProducedAt(const std::wstring &Value);
[PHP]
string get_ProducedAt()
void set_ProducedAt(string $Value)
[Java]
String getProducedAt();
void setProducedAt(String Value);
Description
Use this property to get or set time when the referenced OCSP response was produced.
Discuss this help topic in SecureBlackbox Forum