Initializes a new instance of the SingleResp class

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

Syntax

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

See Also