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

Syntax

C#
public void SetStartDate(
	Time startDate
)
Visual Basic
Public Sub SetStartDate ( _
	startDate As Time _
)
Visual C++
public:
void SetStartDate(
	Time^ startDate
)

Parameters

startDate
Type: Org.BouncyCastle.Asn1.X509..::..Time

See Also