Initializes a new instance of the OcspReq class

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

Syntax

C#
public OcspReq(
	byte[] req
)
Visual Basic
Public Sub New ( _
	req As Byte() _
)
Visual C++
public:
OcspReq(
	array<unsigned char>^ req
)

Parameters

req
Type: array<System..::..Byte>[]()[][]

See Also