Discuss this help topic in SecureBlackbox Forum

TElOCSPSingleResponse.ThisUpdate

TElOCSPSingleResponse     See also     


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


Specifies the time of the current update.

Declaration

[C#]
    DateTime ThisUpdate;

[VB.NET]
    Property ThisUpdate As DateTime

[Pascal]
    property ThisUpdate : TDateTime;

[C++]
    int64_t get_ThisUpdate();

[PHP]
    DateTime get_ThisUpdate()

[Java]
    Date getThisUpdate();

Description

    Use this property to get the time of the current update, i.e., the time at which the status being indicated is known to be correct. The date and time are stored and retrieved in Universal Coordinate Time (UTC).

See also:     CertStatus     RevocationTime     RevocationReasons     NextUpdate    

Discuss this help topic in SecureBlackbox Forum