Discuss this help topic in SecureBlackbox Forum

TElPGPCustomPublicKey.Expires

TElPGPCustomPublicKey     See also     


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


Shows when the key expires.

Declaration

[C#]
    int Expires;

[VB.NET]
    Property Expires As Integer

[Pascal]
    property Expires : integer;

[C++]
    int32_t get_Expires();
    void set_Expires(int32_t Value);

[PHP]
    integer get_Expires()
    void set_Expires(integer $Value)

[Java]
    int getExpires();
    void setExpires(int Expires);

Parameters

  • Expires -

Description

    This property shows during what period (in days) after generation the key will be valid.
    If the value is 0 - the key will never expire.

See also:     Timestamp    

Discuss this help topic in SecureBlackbox Forum