Discuss this help topic in SecureBlackbox Forum

TElCertificateLookup.ValidFrom

TElCertificateLookup     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Contains the desired value of the TElX509Certificate.ValidFrom property.

Declaration

[C#]
    DateTime ValidFrom;

[VB.NET]
    Property ValidFrom As DateTime

[Pascal]
    property ValidFrom : TDateTime;

[C++]
    int64_t get_ValidFrom();
    void set_ValidFrom(int64_t Value);

[PHP]
    DateTime get_ValidFrom()
    void set_ValidFrom(DateTime $Value)

[Java]
    Date getValidFrom();
    void setValidFrom(Date Value);

Description

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

See also:     ValidTo     DateLookupOptions    

Discuss this help topic in SecureBlackbox Forum