The time that this certificate is valid up to.

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

Syntax

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

Return Value

A DateTime object representing that time in the local time zone.

See Also