The number of valid days from creation time - zero means no expiry.

Namespace: Org.BouncyCastle.Bcpg.OpenPgp
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public int ValidDays { get; }
Visual Basic
Public ReadOnly Property ValidDays As Integer
	Get
Visual C++
public:
property int ValidDays {
	int get ();
}

See Also