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

Syntax

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

Parameters

thisUpdate
Type: Org.BouncyCastle.Asn1..::..DerUtcTime

See Also