Discuss this help topic in SecureBlackbox Forum

TElOCSPResponse.ProducedAt

TElOCSPResponse     See also     


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


Specifies the time of the responce creation.

Declaration

[C#]
    DateTime ProducedAt;

[VB.NET]
    Property ProducedAt As DateTime

[Pascal]
    property ProducedAt : TDateTime;

[C++]
    int64_t get_ProducedAt();

[PHP]
    DateTime get_ProducedAt()

[Java]
    Date getProducedAt();

Description

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

See also:     ResponderId    

Discuss this help topic in SecureBlackbox Forum