Discuss this help topic in SecureBlackbox Forum

TElXMLOCSPIdentifier.ProducedAt

TElXMLOCSPIdentifier     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Indicates time when the response was produced.

Declaration

[C#]
    string ProducedAt;

[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.

See also:     ProducedAtUTC    

Discuss this help topic in SecureBlackbox Forum