Initializes a new instance of the TimeStampResponse class

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

Syntax

C#
public TimeStampResponse(
	TimeStampResp resp
)
Visual Basic
Public Sub New ( _
	resp As TimeStampResp _
)
Visual C++
public:
TimeStampResponse(
	TimeStampResp^ resp
)

See Also