Initializes a new instance of the OcspResp class

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

Syntax

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

See Also