EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElCertificateLookup.ValidTo

TElCertificateLookup     See also    


 

Contains the desired value of TElX509Certificate.ValidTo property.

 
 

Declaration

[C#]
    DateTime ValidTo;

[VB.NET]
    Property ValidTo As DateTime

[Pascal]
    property ValidTo : TDateTime;

[VB6]
    Property IElCertificateLookupX.ValidTo As Date

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

[DLL]
    not implemented;
 
 

Description

    Use this property to specify the date to which the certificate must be valid. The date and time are stored and retrieved in Universal Coordinate Time (UTC).
     [Pascal, ActiveX] 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:     ValidFrom     DateLookupOptions    

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