Discuss this help topic in SecureBlackbox Forum

TElOCSPClient.ThisUpdate

TElOCSPClient     See also     


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


This read-only property specifies the time of the current update.

Declaration

[C#]
    DateTime ThisUpdate[int Index];

[VB.NET]
    Property ThisUpdate(ByVal Index As Integer) As DateTime

[Pascal]
    property ThisUpdate[Index: Integer]: TDateTime;

[C++]
    int64_t get_ThisUpdate(int32_t Index);

[PHP]
    DateTime get_ThisUpdate(integer $Index)

[Java]
    Date getThisUpdate(int Index);

Parameters

  • Index - Index of item in list

Description

    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     RevocationReason     NextUpdate     Nonce    

Discuss this help topic in SecureBlackbox Forum