Discuss this help topic in SecureBlackbox Forum

TElPGPSignature.ExpirationTime

TElPGPSignature     See also     


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


The validity period of the signature.

Declaration

[C#]
    int ExpirationTime;

[VB.NET]
    Property ExpirationTime As Integer

[Pascal]
    property ExpirationTime: Integer;

[C++]
    int32_t get_ExpirationTime();
    void set_ExpirationTime(int32_t Value);

[PHP]
    integer get_ExpirationTime()
    void set_ExpirationTime(integer $Value)

[Java]
    int getExpirationTime();
    void setExpirationTime(int Value);

Description

    This property contains the number of seconds after which the signature will expire. The time is counted from the signature's creation time. The date and time are stored and retrieved in Universal Coordinate Time (UTC).
    If the value is 0, the signature will never expire.
    This property is mapped to TElPGPExpirationTimeSignatureSubpacket for version 4 signatures.

See also:     CreationTime    

Discuss this help topic in SecureBlackbox Forum