Initializes a new instance of the OcspResponsesID class

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

Syntax

C#
public OcspResponsesID(
	OcspIdentifier ocspIdentifier,
	OtherHash ocspRepHash
)
Visual Basic
Public Sub New ( _
	ocspIdentifier As OcspIdentifier, _
	ocspRepHash As OtherHash _
)
Visual C++
public:
OcspResponsesID(
	OcspIdentifier^ ocspIdentifier, 
	OtherHash^ ocspRepHash
)

See Also