Discuss this help topic in SecureBlackbox Forum

TElPGPKeyExpirationTimeSignatureSubpacket.Expires

TElPGPKeyExpirationTimeSignatureSubpacket     


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


Contains the validity period of the key.

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 Value);

Description

    Use this property to specify validity period of the key.

Discuss this help topic in SecureBlackbox Forum