Set the date that this certificate is to be valid from.

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

Syntax

C#
public void SetNotBefore(
	DateTime date
)
Visual Basic
Public Sub SetNotBefore ( _
	date As DateTime _
)
Visual C++
public:
void SetNotBefore(
	DateTime date
)

Parameters

date
Type: System..::..DateTime

See Also