EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElCertificateRevocationList.NextUpdate

TElCertificateRevocationList     See also    


 

This property contains the date by which the next CRL will be issued.

 
 

Declaration

[C#]
    TDateTime NextUpdate;

[VB.NET]
    Property NextUpdate As TDateTime

[Pascal]
    property NextUpdate : TDateTime;

[VB6]
    Property IElCertificateRevocationListX.NextUpdate As Date

[ActiveX]
    HRESULT _stdcall IElCertificateRevocationListX.NextUpdate([out, retval] DATE * Value );
    HRESULT _stdcall IElCertificateRevocationListX.NextUpdate([in] DATE Value );

[DLL]
    __stdcall BOOL SBCertificateRevocationListGetNextUpdate(HANDLE hCRL, DATE* date);
    __stdcall BOOL SBCertificateRevocationListSetNextUpdate(HANDLE hCRL, DATE date);
 
 

Parameters

  • [DLL]hCRL - handle to the TElCertificateRevocationList object that was returned by Constructor
  • [DLL]date - date of the next update
 
 

Description

    Use this property to get/set date by which the next CRL will be issued. Next CRL version can be issued earlier than value of the NextUpdate property but not later.
    The following paragraph is taken from RFC 2459 (Housley, et. al.), part 5.1.2.5:

    « This field indicates the date by which the next CRL will be issued. The next CRL could be issued before the indicated date, but it will not be issued any later than the indicated date. CAs SHOULD issue CRLs with a nextUpdate time equal to or later than all previous CRLs.»

 
 

See also:     ThisUpdate

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