Discuss this help topic in SecureBlackbox Forum

TElPGPCustomSecretKey.Timestamp

TElPGPCustomSecretKey     See also     


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


Contains key creation time.

Declaration

[C#]
    DateTime Timestamp;

[VB.NET]
    Property Timestamp As DateTime

[Pascal]
    property Timestamp : TDateTime;

[C++]
    int64_t get_Timestamp();
    void set_Timestamp(int64_t Value);

[PHP]
    DateTime get_Timestamp()
    void set_Timestamp(DateTime $Value)

[Java]
    not available

Description

    Use this property to get or set time of the key creation. The date and time are stored and retrieved in Universal Coordinate Time (UTC).

See also:     Expires    

Discuss this help topic in SecureBlackbox Forum