EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElCertificateRevocationList.ThisUpdate

TElCertificateRevocationList     See also    


 

This property contains date and time of this CRL version.

 
 

Declaration

[C#]
    TDateTime ThisUpdate;

[VB.NET]
    Property ThisUpdate As TDateTime

[Pascal]
    property ThisUpdate : TDateTime;

[VB6]
    Property IElCertificateRevocationListX.ThisUpdate As Date

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

[DLL]
    __stdcall BOOL SBCertificateRevocationListGetThisUpdate(HANDLE hCRL, DATE* date);
    __stdcall BOOL SBCertificateRevocationListSetThisUpdate(HANDLE hCRL, DATE date);
 
 

Parameters

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

Description

    Use this property to get/set date and time of this CRL version.

 
 

See also:     NextUpdate

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