Discuss this help topic in SecureBlackbox Forum

TElPKCS11ManagerKeyObject.ValidTo

TElPKCS11ManagerKeyObject     See also     


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


Contains the date when the key expires.

Declaration

[C#]
    DateTime ValidTo;

[VB.NET]
    Property ValidTo As DateTime

[Pascal]
    property ValidTo: TDateTime;

[C++]
    int64_t get_ValidTo();
    void set_ValidTo(int64_t Value);

[PHP]
    DateTime get_ValidTo()
    void set_ValidTo(DateTime $Value)

[Java]
    Date getValidTo();
    void setValidTo(Date Value);

Description

    Use this property to get the date on which the key becomes invalid (expires). The date and time are stored and retrieved in Universal Coordinate Time (UTC).

See also:     ValidFrom    

Discuss this help topic in SecureBlackbox Forum