EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElX509Certificate.ValidFrom

TElX509Certificate     See also    


 

Contains the date from which the certificate is valid

 
 

Declaration

[C#]
    DateTime ValidFrom;

[VB.NET]
    Property ValidFrom As DateTime

[Pascal]
    property ValidFrom : TDateTime;

[VB6]
    Property IElCertificateX.ValidFrom As Date

[ActiveX]
    HRESULT _stdcall IElCertificateX.ValidFrom([out, retval] DATE * Value );

[DLL]
    __stdcall BOOL SBX509GetValidityFrom(HANDLE hCert, DATE *Date);
 
 

Parameters

  • [DLL]hCert - handle to the TElX509Certificate object that was returned by Constructor
 
 

Description

    Use this property to get the date on which the certificate becomes valid. The date and time are stored and retrieved in Universal Coordinate Time (UTC).
     [Pascal, ActiveX, DLL] The date is represented in DATE (OLE_DATE) format, which is double that contains the number of days since 30 Dec 1899 in it's integer part and time of day in milliseconds in fractional part.
     [.NET] The date is represented as System.DateTime structure

 

See also:     ValidTo    

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