Discuss this help topic in SecureBlackbox Forum

TElOCSPSingleResponse.RevocationTime

TElOCSPSingleResponse     See also     


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


Specifies certificate's revocation time.

Declaration

[C#]
    DateTime RevocationTime;

[VB.NET]
    Property RevocationTime As DateTime

[Pascal]
    property RevocationTime : TDateTime;

[C++]
    int64_t get_RevocationTime();

[PHP]
    DateTime get_RevocationTime()

[Java]
    Date getRevocationTime();

Description

    Use this property to get the revocation time of the certificate. The date and time are stored and retrieved in Universal Coordinate Time (UTC).

See also:     CertStatus     RevocationReasons     NextUpdate     ThisUpdate    

Discuss this help topic in SecureBlackbox Forum