Returns key validity period in days.

Namespace:  DidiSoft
Assembly:  PGPLib (in PGPLib.exe) Version: 1.6.2.15631

Syntax

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

See Also