Discuss this help topic in SecureBlackbox Forum

TElPKCS11ManagerCertificateObject.ValidFrom

TElPKCS11ManagerCertificateObject     See also     


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


Contains the date from which the certificate is valid.

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 get the date on which the certificate becomes valid. The date and time are stored and retrieved in Universal Coordinate Time (UTC).

See also:     ValidFrom     ValidTo    

Discuss this help topic in SecureBlackbox Forum