The time that this certificate is valid from.

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

Syntax

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

Return Value

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

See Also