Discuss this help topic in SecureBlackbox Forum

TElPGPSignature.CreationTime

TElPGPSignature     See also     


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


The time when the signature was made.

Declaration

[C#]
    DateTime CreationTime;

[VB.NET]
    Property CreationTime As DateTime

[Pascal]
    property CreationTime : TDateTime;

[C++]
    int64_t get_CreationTime();
    void set_CreationTime(int64_t Value);

[PHP]
    DateTime get_CreationTime()
    void set_CreationTime(DateTime $Value)

[Java]
    Date getCreationTime();
    void setCreationTime(Date Value);

Description

    This property contains time, when the signature was created, in seconds, since 'unix epoch' (01/01/1970). The date and time are stored and retrieved in Universal Coordinate Time (UTC).
    This property is mapped to TElPGPCreationTimeSignatureSubpacket for version 4 signatures.

See also:     ExpirationTime    

Discuss this help topic in SecureBlackbox Forum