Returns when was the key created.

Namespace: DidiSoft.Pgp
Assembly: DidiSoft.Pgp (in DidiSoft.Pgp.dll) Version: 1.7.3.35547

Syntax

C#
public DateTime CreationTime { get; }
Visual Basic
Public ReadOnly Property CreationTime As DateTime
	Get
Visual C++
public:
property DateTime CreationTime {
	DateTime get ();
}

See Also