Discuss this help topic in SecureBlackbox Forum

TElOCSPClient.NextUpdate

TElOCSPClient     See also     


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


This read-only property specifies the time when newer information will be available.

Declaration

[C#]
    DateTime NextUpdate[int Index];

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

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

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

[PHP]
    DateTime get_NextUpdate(integer $Index)

[Java]
    Date getNextUpdate(int Index);

Parameters

  • Index - Index of item in list

Description

    The time at or before which newer information will be available about the status of the certificate. The date and time are stored and retrieved in Universal Coordinate Time (UTC).
    If this property is not set the responder is indicating that newer revocation information is available all the time.

See also:     CertStatus     RevocationTime     RevocationReason     ThisUpdate    

Discuss this help topic in SecureBlackbox Forum