The UTC DateTime after which the certificate is not valid.

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

Syntax

C#
DateTime NotAfter { get; }
Visual Basic
ReadOnly Property NotAfter As DateTime
	Get
Visual C++
property DateTime NotAfter {
	DateTime get ();
}

See Also