Discuss this help topic in SecureBlackbox Forum

TElOCSPServer.ProducedAt

TElOCSPServer     


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


Specifies the time of the OCSP responce creation.

Declaration

[C#]
    DateTime ProducedAt;

[VB.NET]
    Property ProducedAt As DateTime

[Pascal]
    property ProducedAt : TElDateTime;

[C++]
    int64_t get_ProducedAt();
    void set_ProducedAt(int64_t Value);

[PHP]
    DateTime get_ProducedAt()
    void set_ProducedAt(DateTime $Value)

[Java]
    Date getProducedAt();
    void setProducedAt(Date Value);

Description

    Use this property to specify the time when the responce was created. The date and time are stored and retrieved in Universal Coordinate Time (UTC).

Discuss this help topic in SecureBlackbox Forum