Discuss this help topic in SecureBlackbox Forum

TElPGPSignature.KeyExpirationTime

TElPGPSignature     See also     


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


Specifies the validity period of the key.

Declaration

[C#]
    int KeyExpirationTime;

[VB.NET]
    Property KeyExpirationTime As Integer

[Pascal]
    property KeyExpirationTime: Integer;

[C++]
    int32_t get_KeyExpirationTime();
    void set_KeyExpirationTime(int32_t Value);

[PHP]
    integer get_KeyExpirationTime()
    void set_KeyExpirationTime(integer $Value)

[Java]
    int getKeyExpirationTime();
    void setKeyExpirationTime(int Value);

Description

    This property contains the number of seconds after which key will expire. The time is counted from the key's creation time.
    If the value equals to 0, the key will never expire.
    This property is mapped to TElPGPExpirationTimeSignatureSubpacket for version 4 signatures.

See also:     ExpirationTime    

Discuss this help topic in SecureBlackbox Forum