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

Syntax

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

Parameters

startDate
Type: Org.BouncyCastle.Asn1..::..DerUtcTime

See Also