EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElRevocationItem.RevocationDate

TElRevocationItem    


 

This property contains the date of the certificate revocation.

 
 

Declaration

[C#]
    TDateTime RevocationDate;

[VB.NET]
    Property RevocationDate As TDateTime

[Pascal]
     property RevocationDate : TDateTime;

[VB6]
    Property IElRevocationItemX.RevocationDate As Date

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

[DLL]
    __stdcall BOOL SBRevocationItemGetRevocationDate(HANDLE hItem, DATE* date);
    __stdcall BOOL SBRevocationItemSetRevocationDate(HANDLE hItem, DATE date);
 
 

Parameters

  • [DLL]hCRL - handle to the TElRevocationItem object that was returned by Constructor
  • [DLL]hCRL - date of certificate revocation.
 
 

Description

    Use this property to get/set the date on which the revocation occurred.

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