Discuss this help topic in SecureBlackbox Forum

TElOCSPSingleResponse.NextUpdate

TElOCSPSingleResponse     See also     


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


Specifies the time when newer status information will be available.

Declaration

[C#]
    DateTime NextUpdate;

[VB.NET]
    Property NextUpdate As DateTime

[Pascal]
    property NextUpdate : TDateTime;

[C++]
    int64_t get_NextUpdate();

[PHP]
    DateTime get_NextUpdate()

[Java]
    Date getNextUpdate();

Description

    Use this property to get the time when newer information about certificate status will be available. The date and time are stored and retrieved in Universal Coordinate Time (UTC).

See also:     CertStatus     RevocationTime     RevocationReasons     ThisUpdate    

Discuss this help topic in SecureBlackbox Forum