EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElOCSPClient.RevocationTime

TElOCSPClient     See also    


 

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;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

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    

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation