Initializes a new instance of the DerUtcTime class

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

Syntax

C#
public DerUtcTime(
	string time
)
Visual Basic
Public Sub New ( _
	time As String _
)
Visual C++
public:
DerUtcTime(
	String^ time
)

Parameters

time
Type: System..::..String

See Also