Discuss this help topic in SecureBlackbox Forum

TElOCSPClient.RevocationTime

TElOCSPClient     See also     


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


This read-only property contains time when the certificate was revoked.

Declaration

[C#]
    DateTime RevocationTime[int Index];

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

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

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

[PHP]
    DateTime get_RevocationTime(integer $Index)

[Java]
    Date getRevocationTime(int Index);

Parameters

  • Index - Index of item in list

Description

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

See also:     CertStatus     RevocationReason     ThisUpdate     NextUpdate     Nonce    

Discuss this help topic in SecureBlackbox Forum