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 ();
}

Implements

IX509AttributeCertificate..::..NotBefore

See Also