The creation time of this key.

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

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