Return the creation time in milliseconds since 1 Jan., 1970 UTC.

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

Syntax

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

See Also